initial commit

This commit is contained in:
2023-02-13 15:42:53 +00:00
commit e341625a66
7 changed files with 113 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# CrackMes
Crackmes and solutions, from [GitHub - ripxorip/crackmes: A set of "CrackMe"s intended for beginners who wants to learn more about x86 assembly and reverse engineering](https://github.com/ripxorip/crackmes). Solutions my own, may not be optimal or anything, just for learning.
- [CrackMeOne](./1/)
- [CrackMeOneB](./1b/)
- [CrackMeTwo](./2/) - Not completed yet.
- [CrackMeThree](./3/) - Not written up yet.