1 Repo
Frameworks that alter the structure and control flow of code to hinder static analysis and detection.
Distinct from Malicious Code Delivery Analysis: None of the candidates address code obfuscation; they focus on network-level blocking, traffic analysis, or package interception.
Explore 1 awesome GitHub repository matching security & cryptography · Malicious Code Obfuscation Tools. Refine with filters or upvote what's useful.
This project is a security research utility designed to evaluate and test the detection capabilities of antivirus products. It provides a framework for generating custom, memory-resident loaders that execute payloads directly within a process memory space, bypassing standard file-based execution monitoring. The tool distinguishes itself by employing compiler-driven generation to create unique executable binaries, which avoids the predictable patterns associated with pre-compiled security software. It incorporates dynamic control flow obfuscation to hinder static analysis and utilizes payload
Splitting malicious code into smaller segments to evade security tools that monitor and block large monolithic files from running.