Skip to content

Change different variables to the same name(manual variable merging) #20

@ret2ddme

Description

@ret2ddme

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

No one assigned

    Labels

    difficulty: unknownNeeds more investigation to see what the difficulty should beenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions