An open API service indexing awesome lists of open source software.

https://github.com/orkohunter/source_code_ktj

Reverse engineer the executables | Source Code event | Kshitij
https://github.com/orkohunter/source_code_ktj

Last synced: about 1 month ago
JSON representation

Reverse engineer the executables | Source Code event | Kshitij

Awesome Lists containing this project

README

        

# Source Code

Source Code is a coding event in IIT Kharagpur's techno-management fest Kshitij where you are given an executable file and have to guess the pattern and write the code for it.

## How to generate binaries?

Use `pyinstaller --onefile question.py`