# Put this in your shell's startup file (i.e. .bashrc) # Usage: gropper [filename] "query" # $> gropper ./some_binary "mov esp" gropper () { ropper -f "$1" --nocolor | grep "$2"; }