Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

radiff2 -z to Diff strings extracted from two files #6445

Closed
radare opened this issue Jan 7, 2017 · 2 comments
Closed

radiff2 -z to Diff strings extracted from two files #6445

radare opened this issue Jan 7, 2017 · 2 comments

Comments

@radare
Copy link
Collaborator

radare commented Jan 7, 2017

this is:

rabin2 -z a > a
rabin2 -z b > b
diff -ru a b
rm a b

but using the API and not touching the fs..

@radare radare added this to the 1.2.0 milestone Jan 7, 2017
@l4l
Copy link
Contributor

l4l commented Jan 7, 2017

Hmm, i think i can take that one
What's the best way to get those strings? r_bin_get_strings?

@radare
Copy link
Collaborator Author

radare commented Jan 7, 2017 via email

l4l added a commit to l4l/radare2 that referenced this issue Jan 7, 2017
Add feature for diffing strings of a binaries
@radare radare closed this as completed in 9c1ae16 Jan 8, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants