https://github.com/zygotecode/unsealer
The official source-code of UnSealer, which was removed from GitHub by its original author. A very good de-obfuscator for .NET, based on plug-ins and a very pluggable implementation.
https://github.com/zygotecode/unsealer
Last synced: about 1 year ago
JSON representation
The official source-code of UnSealer, which was removed from GitHub by its original author. A very good de-obfuscator for .NET, based on plug-ins and a very pluggable implementation.
- Host: GitHub
- URL: https://github.com/zygotecode/unsealer
- Owner: ZygoteCode
- License: gpl-3.0
- Created: 2024-03-01T13:41:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T06:10:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T12:40:28.923Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnSealer
- A Deobfuscator Base Which Uses Plugins And Multi-Platform Of Assembly Lib's | Its Easy To Build On Download Now Make Ur Own Plugin !
- UnSealer is released under the GPLv3 license.
# How To Use
- 1 - Drag Your Assembly
- 2 - Choose Protections
- 3 - Click Execute Protections
# Release Download
- [Click-Me!](https://github.com/CursedLand/UnSealer/releases/tag/1.0)
# String Decryptor Usage ?
- [Full-Tutorial-Here!](https://github.com/CursedLand/UnSealer/blob/master/stringdecryptorusage.md)
# How To Make Your Awesome Plugin ?!
- 1 - Add Latest UnSealer.Core.dll To Your Project -> [Click-To-Download-Latest-Core](https://github.com/CursedLand/UnSealer/releases/tag/1.0)
- 2 - Make New Class And Implement Protection Abstract Class
- 3 - Name The Protection | Select ProtectionType | Put Author Name !
- 4 - Finally Write Your Code In Execute void !
- 5 - Soon Explainations By Pictures 🤫
# How To Add Protections On UnSealer.Protections
- 1 - Make New Class And Implement Protection Abstract Class
- 2 - Name The Protection | Select ProtectionType | Put Author Name !
- 3 - Finally Write Your Code In Execute void !
- 4 - Soon Explainations By Pictures 🤫
# Supported Platforms
- AsmResolver
- Dnlib
- System.Reflection For Protections Uses Invoke etc. !
# Simple Preview's
- On [Previews](https://github.com/CursedLand/UnSealer/blob/master/Previews.md)
# Formal Added Protections
- Anti Invoke Patcher | Lib : Dnlib | Author : CursedLand
- CawkVM DeVirtualizator | Lib : Dnlib & Reflection | Author : CursedLand
- Cyphor Constants Decrypt | Lib : Dnlib & Reflection | Author : CursedLand
- Junk Remover | Lib : Dnlib | Author : CursedLand
- Calli Fixer | Lib : AsmResolver | Author : Dr4k0nia
- Math Remover | Lib : AsmResolver | Author : Dr4k0nia
- SizeOf Fixer | Lib : Dnlib | Author : CursedLand
- Outliner Fixer | Lib : Dnlib | Author : CursedLand
- Universal String Decryptor | Lib : AsmResolver | Author : CursedLand
- StringLen Fixer | Lib : Dnlib | Author : CursedLand
- Int2Field Fixer | Lib : Dnlib | Author : CursedLand
- AntiTamperRemover | Lib : Dnlib | Author : Unknown
# Credits
- [Washi](https://github.com/Washi1337/) For [AsmResolver](https://github.com/Washi1337/AsmResolver) !
- [0xd4d](https://github.com/0xd4d/) For [Dnlib](https://github.com/0xd4d/dnlib) !
- [Dr4k0nia](https://github.com/dr4k0nia) For [UnScrambler](https://github.com/dr4k0nia/Unscrambler) !
- [HandyOrg](https://github.com/HandyOrg/) For [Handy-Controls](https://github.com/HandyOrg/HandyControl) !