Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n017/BabelDeobfuscator
BabelDeobfuscator is an open-source deobfuscator for BabelObfuscator
https://github.com/n017/BabelDeobfuscator
Last synced: 21 days ago
JSON representation
BabelDeobfuscator is an open-source deobfuscator for BabelObfuscator
- Host: GitHub
- URL: https://github.com/n017/BabelDeobfuscator
- Owner: n017
- Created: 2015-09-08T15:19:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T00:52:51.000Z (over 9 years ago)
- Last Synced: 2024-09-04T23:30:54.147Z (5 months ago)
- Language: C#
- Size: 1.41 MB
- Stars: 9
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - n017/BabelDeobfuscator - BabelDeobfuscator is an open-source deobfuscator for BabelObfuscator (C# #)
README
BabelDeobfuscator
===================BabelDeobfuscator is an open-source deobfuscator for [**Babel Obfuscator**][1]. It uses [**Dnlib**][2] written by 0xd4d for the assembly edition.
----------
Features
-------------BabelDeobfuscator supports a few features :
> **Current features:**
> - Able to decrypt strings with or without ControlFlow
> - Able to remove the Demo 'time-limitation' for file protected by the demo version----------
> **Features to add:**
> - Simple renaming of class/field/method (issue with Cflow)
> - Some strings are not deobfuscated with project written in vb.net (xx.My Type)#### Note
> - To clean the ControlFlow please use [**SAE in-built deobfuscator**][3]
> - I only have the demo version, so if you can share me some app protected by the full version I can improve it----------
[1]: https://babelfor.net/products/obfuscator
[2]: https://github.com/0xd4d/dnlib
[3]: https://sites.google.com/site/simpledotnet/simple-assembly-explorer