We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idaapi.set_imagebase(loadbase)
please consider adding this in load_file because other scripts might need this info.
load_file
The text was updated successfully, but these errors were encountered:
@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?
loadbase = 0x60000000 if f.armv7 else 0x7100000000
Sorry, something went wrong.
I dont know about it
No branches or pull requests
idaapi.set_imagebase(loadbase)
please consider adding this in
load_file
because other scripts might need this info.The text was updated successfully, but these errors were encountered: