Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Pigrecos/CodeDeobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeDeobfuscator

Code Deobfuscator x86_32/64

  • The goal was to create a tool that could remove virtual machine (VM) based protections from malware
  • This plugin enables you to remove some common obfuscations
  • Dead code removal
  • Peephole optimization
  • remove Multibranch Protection
  • ..More

TODO List

  • Control Flow Optimize(very Hard)
  • testing (especially x86_64)
  • and Much more

P.S

  • Welcome collaborative testing and improvement of source code(Control Flow Optimize very hard). I have little free time.

Testing

add the path to the project.

CREDITS