Skip to content

A cmkr based win32 shellcode template for a unified build platform and more production friendly structure/testing.

Notifications You must be signed in to change notification settings

silentwarble/shellcode-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A generic win32-shellcode template using cmake wrapped around LLVM-MINGW for production purposes. Intended to replace and bridge the gaps between MSVC/VS & GNU/Make through clang and cmake. Existing cmake-based templates are either overly convuluted or are still heavily reliant on GNU make which I consider a limitation.

Template is known to function well on Linux, however, should work with the proper compiler, cmake, and Python version Windows as well as its intended to. At this time, I have not tested it, but will in the near future to ensure it does. Supports x86_64 and x86 targets respectively.

An example usage is given below on building the project.

Example Usage

About

A cmkr based win32 shellcode template for a unified build platform and more production friendly structure/testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • CMake 2.8%
  • Python 0.2%