Aerosol Posted December 28, 2014 Report Posted December 28, 2014 This framework is dedicated to avoiding shellcoding in your project (focused on PoC for vulnerability response), and offers following features :Imports resolved by dynamic loader (no import table)No need to avoid position dependent code (fixup table resolving)C++ supports, and std & boost as wellAllows compile kernel code with user mode codefor kernel code applies same features as for user mode code devYou can find more info here:KeenTeam - BlogThe framework is on github too:https://github.com/k33nteam/cc-shellcodingSource Quote