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

Find asm in r2 does not seem to update found count #5

Closed
ericfode opened this issue Jul 31, 2012 · 3 comments
Closed

Find asm in r2 does not seem to update found count #5

ericfode opened this issue Jul 31, 2012 · 3 comments

Comments

@ericfode
Copy link

[0x0b700000]> e io.va=0
[0x080483d0]> /a pop eax; ret;
[# ]^C0x0cb7e190 < 0xffffffffffffffff hits = 0

hits: 0
hit1_0
hit1_1
hit1_2
hit1_3
hit1_4

is this what is supposed to happen? I would expect hits to increase...

@radare
Copy link
Collaborator

radare commented Aug 2, 2012

Fixed in git :) thanks

On Jul 31, 2012, at 17:52, Eric [email protected] wrote:

[0x0b700000]> e io.va=0
[0x080483d0]> /a pop eax; ret;
[# ]^C0x0cb7e190 < 0xffffffffffffffff hits = 0

hits: 0
hit1_0
hit1_1
hit1_2
hit1_3
hit1_4

is this what is supposed to happen? I would expect hits to increase...


Reply to this email directly or view it on GitHub:
#5

@ericfode
Copy link
Author

ericfode commented Aug 2, 2012

still does this

Search is broken in io.va. Please fix or e io.va=0
hits: 0
0x08048454 hit1_0 c3 8d7426008dbc2700
0x08048482 hit1_1 c3 905589e583ec68b8

@radare
Copy link
Collaborator

radare commented Aug 2, 2012

Strange. Is your build from a clean checkout? Can you provide a test case?

The iova search warning is not really that harmful. But can be an issue on some extreme situations.

On Aug 2, 2012, at 22:45, Eric [email protected] wrote:

still does this

Search is broken in io.va. Please fix or e io.va=0
hits: 0
0x08048454 hit1_0 c3 8d7426008dbc2700
0x08048482 hit1_1 c3 905589e583ec68b8


Reply to this email directly or view it on GitHub:
#5 (comment)

@radare radare closed this as completed Aug 8, 2012
@ghost ghost mentioned this issue Oct 22, 2013
@ghost ghost mentioned this issue Nov 12, 2013
@radare radare mentioned this issue Feb 17, 2014
@ghost ghost mentioned this issue Sep 8, 2014
@radare radare mentioned this issue Sep 27, 2014
This was referenced Nov 29, 2014
@ghost ghost mentioned this issue Feb 2, 2019
@radare radare mentioned this issue Mar 12, 2019
yossizap pushed a commit to yossizap/radare2 that referenced this issue Dec 30, 2019
More generic build environment
This was referenced Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants