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

radare2 #7

Open
XVilka opened this issue Jan 27, 2016 · 6 comments
Open

radare2 #7

XVilka opened this issue Jan 27, 2016 · 6 comments

Comments

@XVilka
Copy link

XVilka commented Jan 27, 2016

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/

@iosre
Copy link
Owner

iosre commented Jan 27, 2016

@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 ;)

@iosre
Copy link
Owner

iosre commented Feb 4, 2016

@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?

@XVilka
Copy link
Author

XVilka commented Feb 4, 2016

@iosre there are:

  1. a book https://radare.gitbooks.io/radare2book/content/
  2. a training https://github.com/XVilka/hacklu - see pdf in the repository
  3. a blog http://radare.today/
  4. and of course an embedded help - "?" and add it to any command to get some help

And last advice - since r2 is very fluent, sleek and actively developed moving target, better to use it from git.

@iosre
Copy link
Owner

iosre commented Feb 16, 2016

@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?

@jvoisin
Copy link

jvoisin commented Feb 17, 2016

It works.
And it's open-sauce.

@radare
Copy link

radare commented Feb 18, 2016

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.

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

4 participants