dewolf icon indicating copy to clipboard operation
dewolf copied to clipboard

Meaningful Variable Names

Open steffenenders opened this issue 3 years ago • 0 comments

Proposal

We could leverage API calls to assign meaningful names to variables because API functions have known signatures including the types and names of parameters. If a variable is used in an API call, we could give it the name of the corresponding parameter if that name is not already used. If Binary Ninja provides us the parameter names for a given API call, we can maybe use these names to rename the variable.

Approach

No response

steffenenders avatar Feb 03 '22 09:02 steffenenders