Obfusk8: lightweight Obfuscation library based on C++17 / Header Only for windows binaries
-
Updated
May 27, 2025 - C++
Obfusk8: lightweight Obfuscation library based on C++17 / Header Only for windows binaries
This repository contains D-TIME: Distributed Threadless Independent Malware Execution for Runtime Obfuscation.
This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.
Compile-Time Strings Encryption
Add a description, image, and links to the runtime-obfuscation topic page so that developers can more easily learn about it.
To associate your repository with the runtime-obfuscation topic, visit your repo's landing page and select "manage topics."