An open API service indexing awesome lists of open source software.

https://github.com/holly-hacker/eazdecode

A library to decode EazFuscator's encrypted symbol names, if you have the password.
https://github.com/holly-hacker/eazdecode

eazfuscator

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/HoLLy-HaCKeR/osu-decoder), a tool which decrypts symbol names inside a binary and produces a runnable output.