Xacone / BestEdrOfTheMarket

Little user-mode AV/EDR evasion lab for training & learning purposes
https://xacone.github.io/BestEdrOfTheMarketV2.html
MIT License
981 stars 108 forks source link

Feature Request: MinGW Compilation #6

Open sempervictus opened 10 months ago

sempervictus commented 10 months ago

It would be useful to be able to build this code without use of Visual Studio. Would it be possible to provide a Linux Makefile using a native toolchain which builds for windows targets?

Xacone commented 10 months ago

You're right, it will be added 👍

sempervictus commented 10 months ago

Thanks a ton - VS environments are a pain to deploy :)

Xacone commented 5 months ago

Update: Didn't forgot about that, just got a lot of struggles with the jsoncpp dependency :p, I'll try to give it a look soon.