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
Version and Platform (required):
Bug Description: Jump table not detected on sample prog1.vmp.exe avast/retdec#1155 prog1.vmp.exe.zip
Steps To Reproduce: Open sample and go to 0x1401b203f
Expected Behavior: (after manually adding ranges):
Additional notes
Manually adding user defined ranges as per https://www.lodsb.com/reversing-complex-jumptables-in-binary-ninja resolves the problem so I assume this is an edge case in jump table detection. At this line:
148 @ 1401af09e rcx_1 = [&data_1401b0456 + (rax << 3)].q
rax is correctly detected as being an unsigned range from 0:0x100 but rcx_1 is undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version and Platform (required):
Bug Description:
Jump table not detected on sample prog1.vmp.exe avast/retdec#1155
prog1.vmp.exe.zip
Steps To Reproduce:
Open sample and go to 0x1401b203f
Expected Behavior:
(after manually adding ranges):
Additional notes
Manually adding user defined ranges as per https://www.lodsb.com/reversing-complex-jumptables-in-binary-ninja resolves the problem so I assume this is an edge case in jump table detection. At this line:
rax is correctly detected as being an unsigned range from 0:0x100 but rcx_1 is undefined
The text was updated successfully, but these errors were encountered: