https://github.com/crabdancing/keygme_solution
My solution to the keyGme challenge
https://github.com/crabdancing/keygme_solution
Last synced: over 1 year ago
JSON representation
My solution to the keyGme challenge
- Host: GitHub
- URL: https://github.com/crabdancing/keygme_solution
- Owner: crabdancing
- Created: 2020-03-12T07:59:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T08:03:24.000Z (over 6 years ago)
- Last Synced: 2025-02-06T05:33:02.215Z (over 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My solution to `keyGme by rion` challenge!
See `scratchpad.md` for some of my analysis, in a very sloppy, disorganized form.
See `keyGme.gpr` for relabeled code (Ghidra project).
See `keygen.py` for the actual solution code.
Go here for original challenge: https://crackmes.one/crackme/5c268e8333c5d41e58e00654
I know I can link to these files properly with markdown but I'm too sleepy right now.
Hope you don't mind me reposting the binary, rion! :P
In practice:
```
$ ./keygen.py
Your new key is: K0K1T3VWF5Y9F8JX
Have a nice day ^w^
$ ./keyGme K0K1T3VWF5Y9F8JX
Congratulation, You are registered now.
```