Skip to content

winterknife/WILDBEAST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WILDBEAST

BRIEF

Project WILDBEAST is an effort to tame the GCC toolchain for Windows capability development.

There are currently three C/C++ template projects for building an EXE, a DLL, or a PIC blob in their respective subdirectories with a unified GNU Makefile.

SETUP

GNU-Toolchain-Setup-Windows

BUILD

git clone https://github.com/winterknife/WILDBEAST.git
cd .\WILDBEAST\MessageBox{EXE|DLL|PIC}\
$env:CHERE_INVOKING = 'yes'
$env:MSYSTEM = 'MINGW64'
C:\msys64\usr\bin\bash -lc 'make clean && make {exe|dll|pic}'

CI BUILD

build.yml

VIRUSTOTAL

MessageBox_x64.exe

MessageBox_x64.dll

About

Windows capability development using GCC and GNU Make

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published