Closed philzook58 closed 3 years ago
names.txt
can be generated with bap --no-byteweight -dsymbols <binary-name>
The script should encompasses all of the iterations of running wp on our example binary:
bap -dsymbols --no-byteweight orig > names.txt
to get all subroutinesmem-offset
turned onmem-offset
flag offpointer-reg
flagFixed in #292.
We have some batch running scripts, but it might be nice to consolidate them into something easy for users.
Currently, I run a batch script for all functions in a program via
Where names.txt is a file with all the function names I want to check and
run_single.sh
containsWe should have some kind of script that generalizes out these various parameters and passes them through. Also names.txt should be generated easily.