Pinned Repositories
amc_win32
WIN32 SDK Assignments for AstroMediComp
AMED
Advanced Machine Decoder for x86, aarch32 and aarch64.
ANGE
C++ OOP GUI Library
Family
Collection of Malware source code by Language and Family.
Kernal-Memory-ReadWrite
Simple code to manipulate the memory of a usermode process from kernel.
libmutus
obfuscation library
malware-4
vdebug
Vx-Engines
Collection of source code for Polymorphic, Metamorphic, and Permutation Engines used in Malware
Vx-Libraries
Collection of source code Libraries which can be utilized by Malware
fcccode's Repositories
fcccode/SoftWire
SoftWire is a class library written in object-oriented C++ for compiling assembly code. It can be used in projects to generate x86 machine code at run-time as an alternative to self-modifying code. Scripting languages might also benefit by using SoftWire as a JIT-compiler back-end. It also allows to eliminate jumps for variables which are temporarily constant during run-time, like for efficient graphics processing by constructing an optimised pipeline. Because of its possibility for 'instruction rewiring' by run-time conditional compilation, I named it "SoftWire". It is targeted only at developers with a good knowledge of C++ and x86 assembly. Project originally by Nicolas Capens, new implementation by Simone Margaritelli aka evilsocket
fcccode/kernel-based-malicious-code-samples
Small study analysing kernel based malicious code on different operating systems
fcccode/libpoison
The MITM library
fcccode/memball
Redblack tree of linux memory use
fcccode/mysql_tryout
Want to learn more about using the MySQL bindings with Visual Studio 2010.
fcccode/Terminal-Emulator
Win32 Serial Port terminal emulator
fcccode/winkexec
Windows KExec