mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-2437: Change DBAddressFieldCodec to use FixedField10
This commit is contained in:
parent
b289708a00
commit
c0c25e3805
114 changed files with 2354 additions and 652 deletions
|
@ -70,7 +70,7 @@ public class StandAloneSyscallEmuExampleScript extends GhidraScript {
|
|||
program =
|
||||
new ProgramDB("syscall_example", language,
|
||||
language.getCompilerSpecByID(new CompilerSpecID("gcc")), this);
|
||||
try (UndoableTransaction tid = UndoableTransaction.start(program, "Init", true)) {
|
||||
try (UndoableTransaction tid = UndoableTransaction.start(program, "Init")) {
|
||||
AddressSpace space = program.getAddressFactory().getDefaultAddressSpace();
|
||||
entry = space.getAddress(0x00400000);
|
||||
Address dataEntry = space.getAddress(0x00600000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue