https://github.com/1coxy57/rewind
A reverse engineering challenge
https://github.com/1coxy57/rewind
obfuscated python
Last synced: over 1 year ago
JSON representation
A reverse engineering challenge
- Host: GitHub
- URL: https://github.com/1coxy57/rewind
- Owner: 1coxy57
- Created: 2025-03-06T16:15:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:19:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:37:38.508Z (over 1 year ago)
- Topics: obfuscated, python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔄 Rewind
### A reverse engineering challenge
### Goal
- 🟢 **Easy**: build hash generator
- 🟠**Medium**: Recode the bytecode logic so you are able to `print` in the file without the ```program``` exitting
- 🔴 **Hard**: build hash generator for `c0xy_hash`
# Credits
credits to **overpower** for the inspiration to make this project