https://github.com/coldmayo/klaud-obfuscator
A way to keep your code hidden if reverse engineered
https://github.com/coldmayo/klaud-obfuscator
Last synced: about 1 year ago
JSON representation
A way to keep your code hidden if reverse engineered
- Host: GitHub
- URL: https://github.com/coldmayo/klaud-obfuscator
- Owner: coldmayo
- License: mit
- Created: 2025-01-07T00:03:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T17:17:39.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:25:39.680Z (over 1 year ago)
- Language: C
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KlaudObfuscator
## The Gist
The Klaud Obfuscator takes C code, converts it to x86-64 assembly, does tranformations to make this code harder to read, and then compiles it into machine code.
What this does is make the resulting executable harder to understand when reversed engineered.
I am hoping to use this to make crackmes for myself and others.
## Use
```bash
# compile project code
$ make
# run program
$ ./KlaudObfuscator "c_file.c" 4
# arguments are the C file path and the # of layers of functions hiding main
```
## Why Klaud?
I just like him. He's my favorite character in all of media.