forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
difficulty: unknownNeeds more investigation to see what the difficulty should beNeeds more investigation to see what the difficulty should beenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Take IDA, for example.
In some re challenge, there are to many variables named vxx, but in fact they are the same one.
Because the variable operation after disassembly appears as assignment between many registers or others. The IDA can't recognize that they're the same variable (The file has removed the symbol table).
IDA name them different variables just to be safe.
At the same time, IDA doesn't support name them the same name, so, it give me a hard time when the input data is heavily processed, the input string can be named in dozen different names.
Metadata
Metadata
Assignees
Labels
difficulty: unknownNeeds more investigation to see what the difficulty should beNeeds more investigation to see what the difficulty should beenhancementNew feature or requestNew feature or request