dewolf
dewolf copied to clipboard
Meaningful Variable Names
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