Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorpanda authored Feb 25, 2024
1 parent 2e30034 commit d6bda1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ An archive of [crackmes](https://crackmes.one) I've solved!
|**date solved** *mm/dd/yyyy*|**crackme name and link**|**coded in:**|**software used**|**brief steps**|**solution**|
| :------------- | :-------------: | :---: | :---: | :-----: | ---: |
|-|-|-|-|-|-|
|02/25/2024|[Nalxe's Christmas CrackMe]([https://crackmes.one/crackme/5e49547033c5d4439bb2db75](https://crackmes.one/crackme/6588b4dc35240bf986f106fd))|**C/C++**|![ghidra](https://github.com/creatorpanda/crackme/blob/main/pictures/Ghidra_logo.png)|converted 0xee4 to dec|3812|
|12/28/2022|[CrackMe #2 - register me in your name](https://crackmes.one/crackme/5e49547033c5d4439bb2db75)|**C/C++**|![x96dbg](https://github.com/creatorpanda/crackme/blob/main/pictures/x96dbg_logo.png)|noticed that that the program was trying to read data from a text file named "keyfile"|*created a text file named "keyfile" on the same folder as the .exe was running. the registered name must be written in it.*|
|12/28/2022|[CrackMe1](https://crackmes.one/crackme/6086bfb633c5d458ce0ec6cb)|**C/C++**|![x96dbg](https://github.com/creatorpanda/crackme/blob/main/pictures/x96dbg_logo.png)|backtracked from the wrong serial messagebox.|*CTF{9110-2324-0502-2034-3454}*|
|12/28/2022|[StupidCrackMe](https://crackmes.one/crackme/5c6fb03b33c5d4776a837d14)|**C/C++**|![x96dbg](https://github.com/creatorpanda/crackme/blob/main/pictures/x96dbg_logo.png) & ![ghidra](https://github.com/creatorpanda/crackme/blob/main/pictures/Ghidra_logo.png)|strcmp function comparing user input to global string in main.|*LiL2281337*|
Expand Down

0 comments on commit d6bda1e

Please sign in to comment.