Skip to content
#

exploitation

Here are 409 public repositories matching this topic...

rizin
XVilka
XVilka commented Jan 11, 2022

Currently we have only magic, string, binary data search.
It would be useful to be able to search for function calls in the set of binaries.

For example, it could look like this:

  • rz-find -I printf /usr/bin/ would search for printf() in executable file imports, and skip every non-executable file
  • rz-find -S blaargh /usr/bin/ would search for the symbol blaargh() in the binary (can

Improve this page

Add a description, image, and links to the exploitation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exploitation topic, visit your repo's landing page and select "manage topics."

Learn more