mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4185: Make Assembler more extensible
This commit is contained in:
parent
02814f64a6
commit
e7458ed08b
72 changed files with 4303 additions and 2813 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue