https://github.com/noracodes/crackmes
Some CrackMe codes for Linux x86/x86_64
https://github.com/noracodes/crackmes
Last synced: 9 months ago
JSON representation
Some CrackMe codes for Linux x86/x86_64
- Host: GitHub
- URL: https://github.com/noracodes/crackmes
- Owner: NoraCodes
- Created: 2017-11-16T18:27:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T16:29:34.000Z (over 3 years ago)
- Last Synced: 2024-11-14T23:02:26.230Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 348
- Watchers: 12
- Forks: 54
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some Crackmes
These are some crackmes. I wrote them to familiarize myself with reverse engineering, and to show off specific concepts and techniques. I wrote a [tutorial](https://nora.codes/tutorial/an-intro-to-x86_64-reverse-engineering/) about these crackmes as well.
To work with them, run `make ` where `` is one of `crackme01`, `crackme02`, etc. Figure out how to make the crackme exit with the status code 0.
Don't ruin it for yourself by reading the source code! Enjoy.
## Notes
These CRACKMEs are written in C. I intend soon to rewrite them all in Rust and give a
short tutorial on cracking Rust programs.