Add RedundantGotoTransformer #88

Manually merged
major merged 1 commits from :remove_gotos into master 4 years ago
major commented 4 years ago

Removes GOTO instructions that point to the next instruction, typically
left over from stripping exceptions inserted by the obfuscator.

Although modern decompilers can handle such GOTOs fine, removing them
makes for a nicer IR representation.

Signed-off-by: Major major@emulate.rs

Removes GOTO instructions that point to the next instruction, typically left over from stripping exceptions inserted by the obfuscator. Although modern decompilers can handle such GOTOs fine, removing them makes for a nicer IR representation. Signed-off-by: Major <major@emulate.rs>
major closed this pull request 4 years ago
major deleted branch remove_gotos 4 years ago
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
The pull request has been manually merged as 7b92ccb244.
Sign in to join this conversation.
Loading…
There is no content yet.