Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
923 stars 209 forks source link

Show function argument variables at call site #237

Open pgoodman opened 8 years ago

pgoodman commented 8 years ago

Within a function, incoming arguments are named as arg_1, arg_2...; however, in the caller, the argument variables to the callee are not documented. It would be nice if, beside a call instruction, something like this showed up: call sub_0xf00 {var_x, var_y, var_z} meaning that the local variable var_x in the current function is passed as the first argument to sub_0xf00.

D0ntPanic commented 7 years ago

This shows up in Medium Level IL now, but not yet in other views