AlSch092 / UltimateAntiCheat

UltimateAntiCheat is an open source usermode anti-cheat system made to detect and prevent common attack vectors in game hacking (C++, Windows)
GNU Affero General Public License v3.0
325 stars 31 forks source link

Migrate to CMAKE #14

Open kmadridr opened 2 months ago

kmadridr commented 2 months ago

Hi all, This is an interesting project, and I could see some future on it. As it is an open source project have you tought of moving from Visual Studio to cmake to make it cross-platform and more suitable for collaboration?

AlSch092 commented 2 months ago

Greetings Kevin,

The project is primarily focused on Windows and WINAPI, along with structures within the Windows PE. While it could technically be ported to other platforms, much of its functionality would be lost and require changes. Is there a specific platform you'd like to see it working on, other than Windows?

Cheers, Al

kmadridr commented 1 month ago

Other IDE besides Visual Studio. With CMAKE you can migrate to any IDE, including Visual Studio. I would say is more friendly to open source communities.

AlSch092 commented 1 month ago

I understand, I'll have to look into this when I have some free time, lately I've been very busy

Cheers