mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GT-2835 updated to commons-lang3-3.9 and corrected some eclipse project
issues
This commit is contained in:
@@ -51,7 +51,7 @@ public class Lab5Script extends GhidraScript {
|
||||
String comment =
|
||||
"[" + register.getName() + "]=[" + scalar.toString(16, false, false, "", "") + "]";
|
||||
setEOLComment(instruction.getMinAddress(), comment);
|
||||
instruction = getNextInstruction();
|
||||
instruction = getInstructionAfter(instruction);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user