lab313ru / ghidra_psx_ldr

Sony Playstation PSX executables loader for GHIDRA
231 stars 31 forks source link

Support multiple "System Configurations" #28

Open asmblur opened 4 years ago

asmblur commented 4 years ago

Due to the fact that there are differences between console(RAM size, BIOS, extra hardware), it would be nice if System Configurations could be defined. Basically templates that can be mixed and matched which define memory maps and the data/hw mapped to them. Support for ghidra scripting to allow for emulating hardware using read/write hooks on their memory address(es) would be fucking awesome. :)

lab313ru commented 2 years ago

Could you provide some examples of such configurations?