Browsing tag

compiler

VENOM 1.0.15 – Metasploit Shellcode Generator/Compiler/Listener

The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ) injects the shellcode generated into one template (example: python) “the python funtion will execute the shellcode into ram” and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller […]

GCC 7.1 Released With New Features — Marks 30th Anniversary Of GCC 1.0

Short Bytes: GNU’s Jakub Jelinek has announced the release of GCC 7.1, which is the first stable release of GCC 7. This major release also marks the 30th anniversary of first stable GCC release. Talking about the new features, there’s experimental C++17 support, improvements in optimizers, emitted diagnostics, and Address Sanitizer, etc. You can download GCC 7.1 […]

ShellcodeCompiler C/C++ Compiler For Windows

Shellcode Compiler is a program that compiles C/C++ style code into a small, position-independent and NULL-free shellcode for Windows. It is possible to call any Windows API function in a user-friendly way. It takes as input a source file and it uses it’s own compiler to interpret the code and generate an assembly file which is assembled […]