holly-hacker / EazDecode

A library to decode EazFuscator's encrypted symbol names, if you have the password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EazDecode

A program for decoding EazFuscator stacktraces.

Note

This program does not allow you to decrypt symbols you don't have the password for. As such, it is only useful in a limited amount of cases (i.e. with past source leaks).

All functionality in this progran is also present in the official EazFuscator SDK, however since the SDK will re-initialize its RNG every decryption cycle, it is very slow. This library does not have this limitation, allowing it to decrypt thousands of symbol names in under a second.

Usage

For examples on how to use the library, see the bundled EazDecode application or osu-decoder, a tool which decrypts symbol names inside a binary and produces a runnable output.

About

A library to decode EazFuscator's encrypted symbol names, if you have the password.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%