Vasan Dilaksan

Results 3 issues of 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 -...