bingrep icon indicating copy to clipboard operation
bingrep copied to clipboard

add search string

Open m4b opened this issue 8 years ago • 0 comments

re #1:

I'd like to do:

bingrep "function_name" <some binary>

which will return any matches for the function in the various "sections" of the binary, e.g., in the dynamic symbol table, the strippable symbol table, the string table, etc.

m4b avatar Jul 09 '17 20:07 m4b