loaders icon indicating copy to clipboard operation
loaders copied to clipboard

set_imagebase

Open DKingAlpha opened this issue 5 years ago • 2 comments

idaapi.set_imagebase(loadbase)

please consider adding this in load_file because other scripts might need this info.

DKingAlpha avatar Aug 29 '20 21:08 DKingAlpha

@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?

Kein avatar Feb 09 '23 06:02 Kein

@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?

I dont know about it

DKingAlpha avatar Feb 09 '23 07:02 DKingAlpha