├── CrashSystem └── crash_system.c ├── OverwriteProcess ├── exploit_process.c └── target_process.c └── README.md /CrashSystem/crash_system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaurieWired/GhostWriteExploit/HEAD/CrashSystem/crash_system.c -------------------------------------------------------------------------------- /OverwriteProcess/exploit_process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaurieWired/GhostWriteExploit/HEAD/OverwriteProcess/exploit_process.c -------------------------------------------------------------------------------- /OverwriteProcess/target_process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaurieWired/GhostWriteExploit/HEAD/OverwriteProcess/target_process.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaurieWired/GhostWriteExploit/HEAD/README.md --------------------------------------------------------------------------------