bingrep
bingrep copied to clipboard
add search string
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.