ghidra_scripts
ghidra_scripts copied to clipboard
My open source Ghidra scripts
Is it possible to have the init script also set up the memory banks for Z80 RAM, 68K RAM, hardware mem-mapped ports etc? Based on the memory map here: https://www.chibiakumas.com/68000/genesis.php...
Will get a stack trace later, but basically if you add a segment, as I did for RAM, the checksum fails because it tries to read the data between the...
Hi ZZNop When I run GenesisVectorTable.java I am getting the following error: Error running script: GenesisVectorTable.java ghidra.program.model.util.CodeUnitInsertionException: Data conflict at address 00000100 ghidra.program.model.util.CodeUnitInsertionException: Data conflict at address 00000100 at ghidra.program.flatapi.FlatProgramAPI.createAsciiString(FlatProgramAPI.java:1706)...