Binja
bn_eval(expr)
¶
Parse and evaluate a Binary Ninja expression.
Adds all registers in the current register set as magic variables (e.g. $rip). Also adds a $piebase magic variable with the computed executable base.
bn_sym(name_val)
¶
Lookup a symbol's address by name from Binary Ninja.
bn_sync(*args)
¶
Synchronize Binary Ninja's cursor with GDB
bn_var(name_val)
¶
Lookup a stack variable's address by name from Binary Ninja.