quantumcore / paradoxiaRAT

ParadoxiaRat : Native Windows Remote access Tool.

Home Page:https://quantumcored.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOVE FROM MAIN() TO WINMAIN()

s1st3r opened this issue · comments

Your entry point needs to be changes.

Also use #define _CRT_SECURE_NO_WARNINGS

Which Visual Studio version did you use for compiling?

commented

Your entry point needs to be changes.

If you'd like to make any changes, go ahead and make a pull request.

Also use #define _CRT_SECURE_NO_WARNINGS, Which Visual Studio version did you use for compiling?

I have literally attached my visual studio project. It's Visual Studio 2019, but compilation is supported with mingw too. For it to be able to be compiled on Linux.

Thank you.

i have never coded WINAPI C/C++ on Linux platform, though i do python and other programs via Linux.

Can you advice the best IDE on Linux to use with mingw installed? Or which IDE did you use on Linux?

commented

Well it's not ideal to Code WinApi C/C++ on Linux. But whenever I do it's for testing only. I only use Visual Studio Code for all types of development. And if you want to have an IDE like feel and code WINAPI on Linux, Just install mingw-w64 and add include paths to VS Code. And of course you can Run the Executables using Wine.

commented

Closing this due to no response from OP.