mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-10 09:07:46 +08:00
GP-4185: Make Assembler more extensible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user