Vasan Dilaksan
Vasan Dilaksan
### Summary This PR introduces `obfus-gcc.h`, a GCC/MinGW-optimized version of the obfuscation library that addresses compatibility issues while maintaining the core protection features. ### Motivation The original `obfus.h` works with...
This PR addresses the lack of input validation for command-line arguments in the C-based Metasploit stager client, which could cause crashes or undefined behavior when invalid inputs (e.g., null, empty,...
## Summary This PR updates the file handling code to use modern kernel APIs by replacing the deprecated `filp_close()` function with `fput()` and improving error handling. ## Changes Made -...
### Summary This PR updates README.md with minor documentation improvements. ### Changes - Fixed typos (e.g., "sytax" to "syntax"). - Formatted JSON examples as code blocks for better readability. -...