Skip to content
New issue

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

/r does not find pushed dereferences of the searched address #15235

Closed
m42a opened this issue Oct 8, 2019 · 2 comments
Closed

/r does not find pushed dereferences of the searched address #15235

m42a opened this issue Oct 8, 2019 · 2 comments
Labels
Milestone

Comments

@m42a
Copy link

m42a commented Oct 8, 2019

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

Questions Answers
OS/arch/bits (mandatory) Arch Linux 64-bit
File format of the file you reverse (mandatory) PE
Architecture/bits of the file (mandatory) x86/64
r2 -v full output, not truncated (mandatory) radare2 4.0.0-git 22990 @ linux-x86-64 git.3.9.0-156-g37abed265
commit: 37abed2 build: 2019-10-08__15:06:13

Expected behavior

/r 0x69682004 finds the instruction push dword [0x69682004]

Actual behavior

/r 0x69682004 does not find the instruction push dword [0x69682004]

Steps to reproduce the behavior

  • Run r2 on the attached binary
  • Run /r 0x69682004
  • Notice the instruction at 0x69681000 does not appear, even though it references the address 0x69682004

Additional Logs, screenshots, source-code, configuration dump, ...

Dll and assembly

@XVilka XVilka added the RSearch label Oct 9, 2019
@radare
Copy link
Collaborator

radare commented Oct 10, 2019

works fine for me

Screenshot 2019-10-10 at 12 38 26

@radare radare added this to the 4.0.0 milestone Oct 10, 2019
@radare
Copy link
Collaborator

radare commented Oct 10, 2019

ah ok the issue is taht the first instruction is not found. i see 1m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants