loaders
loaders copied to clipboard
set_imagebase
idaapi.set_imagebase(loadbase)
please consider adding this in load_file because other scripts might need this info.
@DKingAlpha
I'm looking at the code and
loadbase = 0x60000000 if f.armv7 else 0x7100000000
is the base always the same for every switch nso?
@DKingAlpha I'm looking at the code and
loadbase = 0x60000000 if f.armv7 else 0x7100000000is the base always the same for every switch nso?
I dont know about it