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
1.1.2.97
Doesn't matter
After dumping part of dynamically resolved API table, code references get broken:
Keep and import
416CAC
416F8C
The following script fixes the problem:
seg = idaapi.getseg(0x416CAC) seg.sel = idaapi.setup_selector(2) seg.update()
The text was updated successfully, but these errors were encountered:
Labeless 1.1.2.97 Where to download?
Sorry, something went wrong.
https://ci.appveyor.com/project/a1ext/labeless/builds/23861893/artifacts
a1ext
No branches or pull requests
Environment
IDA-side information
1.1.2.97
Debugger-side information
Doesn't matter
Problem Description
After dumping part of dynamically resolved API table, code references get broken:
Steps to Reproduce
Keep and import
dumping of resolved APIs memory region (416CAC
-416F8C
):Possible Solutions
The following script fixes the problem:
The text was updated successfully, but these errors were encountered: