strace ./backup ..might be interesting
strace ./backup 1 2 3 ..works better with 3 arguments :)
ltrace ..found our app was filtering root and etc
ltrace /usr/local/bin/backup -q secretkey /root/root.txt
Analyze Assembly: radare2
> r2 backup
aaa ..analyze
afl ..function list
vvv ..visual mode
sym.main ..scroll here
g g ..get details
<space> ..change view: nice call graph
./backup 1 2 3 ..App needs 3 Arguments!
strace ./backup 1 2 3 ..reads from /etc/myplace/keys
Analyze Assembly: binaryninja
Better graphics than radare2
But, doesnt show hex nicely
/opt/binaryninja/binaryninja
'main' ..drill around follow the blacklist and trollface
'push' ..keywords to watch for
Found redirects: /root $ ` ; | /etc // /