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.
- Host: GitHub
- URL: https://github.com/holly-hacker/eazdecode
- Owner: holly-hacker
- License: bsd-3-clause
- Created: 2019-03-26T09:41:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T18:35:33.000Z (almost 7 years ago)
- Last Synced: 2025-06-16T10:00:53.455Z (about 1 year ago)
- Topics: eazfuscator
- Language: C#
- Size: 222 KB
- Stars: 42
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.