-
Notifications
You must be signed in to change notification settings - Fork 450
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
radare2 #7
Comments
@XVilka I think I've totally missed this tool. Will take a look later and get back to you if I have any questions. Thanks for the tips ;) |
@XVilka Just installed radare2 and took a little peek at it, seems to be really powerful. Will take a look at it when the Chinese Spring festival comes. Can you suggest any tutorial to follow? |
@iosre there are:
And last advice - since r2 is very fluent, sleek and actively developed moving target, better to use it from git. |
@XVilka seems the author of radare2 wants the users to reverse right inside Terminal, and all operations are a little bit more complicated than Hopper. Anything more powerful than Hopper? |
It works. |
You can batch analysis and patching with r2 more easily than in a graphical application, commandline have lot of benefits compared to the GUIs, but it requires some time to get used, anyway, r2 have web interfaces that are wip but easy to improve, i personally prefer to use the shell than clicking stuff in a window. If you have any specific need for iOS to be supported in r2 just let me know in the github issues page. Everything can be improved. ANd yes, there are native GUIs, i wrote two closed source ones, but as long as nobody cared at all ive never released them. writing guis is boring, users tend to complain about silly issues and are harder to distribute/deploy/maintain, when the real interest of the tool is in the core APIs, commandline interface and scripting. |
It's strange, IMHO, you've mentioned Hopper, but not a slightest word about radare2 :(
And its iOS support is constantly improving, including debugging capabilities: http://radare.today/posts/radare-0-10-0/
The text was updated successfully, but these errors were encountered: