GP-4185: Make Assembler more extensible

This commit is contained in:
Dan 2023-11-03 17:38:07 -04:00
parent 02814f64a6
commit e7458ed08b
72 changed files with 4303 additions and 2813 deletions

View file

@ -63,8 +63,8 @@ public class AssemblyThrasherDevScript extends GhidraScript {
}
@Override
public AssemblyResolvedPatterns select(AssemblyResolutionResults rr,
AssemblyPatternBlock ctx) throws AssemblySemanticException {
public Selection select(AssemblyResolutionResults rr, AssemblyPatternBlock ctx)
throws AssemblySemanticException {
StringBuilder sb = new StringBuilder();
boolean gotOne = false;
boolean failedOne = false;