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
Make sure you are testing using the latest git version of radare2 before submitting any issue.
If you would like to report a bug, please fill the template below
/r 0x69682004 finds the instruction push dword [0x69682004]
/r 0x69682004
push dword [0x69682004]
/r 0x69682004 does not find the instruction push dword [0x69682004]
0x69681000
0x69682004
Dll and assembly
The text was updated successfully, but these errors were encountered:
works fine for me
Sorry, something went wrong.
ah ok the issue is taht the first instruction is not found. i see 1m
Fix #15235 - push [mem] not handled in /r ##anal
d2d95f6
3dd2525
No branches or pull requests
This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template
Make sure you are testing using the latest git version of radare2 before submitting any issue.
If you would like to report a bug, please fill the template below
Work environment
Expected behavior
/r 0x69682004
finds the instructionpush dword [0x69682004]
Actual behavior
/r 0x69682004
does not find the instructionpush dword [0x69682004]
Steps to reproduce the behavior
/r 0x69682004
0x69681000
does not appear, even though it references the address0x69682004
Additional Logs, screenshots, source-code, configuration dump, ...
Dll and assembly
The text was updated successfully, but these errors were encountered: