-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dupe with r2angr #2
Comments
yes, we will take a look at that in the next days and try to combine it in a reasonable way :) |
Awesome :) ill try to find some time to try it
… On 16 Jul 2017, at 19:15, Kurt Nistelberger ***@***.***> wrote:
yes, we will take a look at that in the next days and try to combine it in a reasonable way :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
thanks, |
r2 -I r2angr.py (uppercase i)
The -I is like -i but its done before loading the dynamic plugins so if you do -L you'll get it listed.
Then you can do r2 -I r2angr.py r2angr:///bin/ls
Also, if you put that .py in you home's plugin directory you'll not need to load it by hand with -I every time, but i would not do that because it will be slooow
… On 16 Jul 2017, at 20:04, Kurt Nistelberger ***@***.***> wrote:
thanks,
just a short question first, how to use r2angr inside of r2, it is listed as Plugin but how can I access it?..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
imho its not dupe, its fine to have both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
R2angr was an initial poc to use angr from r2. It will be great to evaluate the capabilities and integration of both scripts to enhance the situation and avoid confussion with users.
The text was updated successfully, but these errors were encountered: