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

how do I understand this command #1

Open
ghost opened this issue Jul 6, 2020 · 4 comments
Open

how do I understand this command #1

ghost opened this issue Jul 6, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 6, 2020

.\iE*: Radare2 imports all the dynamic export data from Frida for all the dynamic libraries.
Does this get memory data from remote frida server ?
If I do not put this command ,the "x" commnad will print out all 0 for memory?

@enovella
Copy link
Owner

enovella commented Jul 6, 2020

It gets memory data from the target process via Frida. Probably you need to include the library name you want to import:

[0x04567234] .\iE* @ lib_target.so

or...

[0x04567234] .\iE* lib_target.so

@ghost
Copy link
Author

ghost commented Jul 6, 2020

ok,thanks for reply .
what is meaning of the "." at the beginning?

@ghost
Copy link
Author

ghost commented Jul 18, 2020

@ghost
Copy link
Author

ghost commented Jul 18, 2020

no?

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

1 participant