├── README.md ├── SystemCalls.ods ├── gdbinit ├── part_1_2 ├── crack_me.cpp ├── crack_mex64.exe └── vscode │ ├── c_cpp_properties.json │ ├── settings.json │ └── tasks.json ├── part_2-2 ├── crackMe_xor.cpp └── crackMe_xor.exe └── part_2-3 ├── CrackMe.cpp ├── CrackMe.exe ├── Server.py ├── compile.bat └── patched_CrackMe.exe /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/README.md -------------------------------------------------------------------------------- /SystemCalls.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/SystemCalls.ods -------------------------------------------------------------------------------- /gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/gdbinit -------------------------------------------------------------------------------- /part_1_2/crack_me.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_1_2/crack_me.cpp -------------------------------------------------------------------------------- /part_1_2/crack_mex64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_1_2/crack_mex64.exe -------------------------------------------------------------------------------- /part_1_2/vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_1_2/vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /part_1_2/vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_1_2/vscode/settings.json -------------------------------------------------------------------------------- /part_1_2/vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_1_2/vscode/tasks.json -------------------------------------------------------------------------------- /part_2-2/crackMe_xor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-2/crackMe_xor.cpp -------------------------------------------------------------------------------- /part_2-2/crackMe_xor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-2/crackMe_xor.exe -------------------------------------------------------------------------------- /part_2-3/CrackMe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-3/CrackMe.cpp -------------------------------------------------------------------------------- /part_2-3/CrackMe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-3/CrackMe.exe -------------------------------------------------------------------------------- /part_2-3/Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-3/Server.py -------------------------------------------------------------------------------- /part_2-3/compile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-3/compile.bat -------------------------------------------------------------------------------- /part_2-3/patched_CrackMe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paranoidninja/0xdarkvortex-Reverse-Engineering/HEAD/part_2-3/patched_CrackMe.exe --------------------------------------------------------------------------------