reswitched/loaders

set_imagebase

DKingAlpha opened this issue · 2 comments

idaapi.set_imagebase(loadbase)

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

Kein commented

@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 0x7100000000 is the base always the same for every switch nso?

I dont know about it