Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

ElectroHeavenVN/BabelDeobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BabelDeobfuscator

Deobfuscator for Babel Obfuscator, tested on Babel v9.9.4.0

Usage

Run BabelDeobfuscator.exe from the command line or drag and drop the obfuscated file to BabelDeobfuscator.exe. To turn on verbose log, use -v / --v or /v.

Features

  • Contror flow deobfuscation
  • Remove proxied delegate
  • Decrypt constants
  • Decrypt strings
  • Decrypt arrays

Currently unsupported features

  • Devirtualization (still working on it)
  • Renaming symbols (use de4dot for this)