https://github.com/coldmayo/solvedcrackmes
A repo of some crackmes I've solved
https://github.com/coldmayo/solvedcrackmes
Last synced: 4 months ago
JSON representation
A repo of some crackmes I've solved
- Host: GitHub
- URL: https://github.com/coldmayo/solvedcrackmes
- Owner: coldmayo
- License: mit
- Created: 2023-11-06T22:51:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:19:55.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:26:18.743Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 88.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SolvedCrackMes
This is a repo of some of the crackme's I've solved as a practice of Reverse Engineering. I do this sort of thing for fun because I veiw this as a puzzle solving exersize. The crackmes will be exclusively for Linux machines (x86-64 type CPU).
## Directory info
- \NoraCodes
- contains the solutions of the beginner crackmes from NoraCodes
- \challenges.re
- has some solutions from challenges.re
- \crackmes.one
- solutions to crackmes from crackmes.one
- \crackmes.de
- solutions to crackmes from the now defunct crackmes.de
- \notes
- Some of the notes I have taken on the basics of Reverse Engineering
- \other
- miscellaneous crackmes
The solutions are inside of a directory which includes the C code of what I believe the executable is doing, the executable, link.txt which shows where I found the crackme (if applicable), and an explain.txt (or .md) file which explains my solution.
## Tools I used
- Radare2
- Ghidra
- objdump