mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GT-2835 updated to commons-lang3-3.9 and corrected some eclipse project
issues
This commit is contained in:
parent
515aa0962c
commit
3402c18b25
4 changed files with 14 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue