cuckoomon-modified icon indicating copy to clipboard operation
cuckoomon-modified copied to clipboard

Issue of compiling cuckoomon-modified on Kili Linux 2.0

Open SmartResearcherME opened this issue 9 years ago • 3 comments

I am trying to install cuckoomon-modified using install.sh script present in the main directory.

I installed mingw 64 bit using this command " sudo apt-get install gcc-mingw-w64"

And now i am seeing this error as i execute install script.

Is the cockomon-modified is not supported in linux x64 ? And do i need to install cuckoomon from within windows 7 x64 ?

In file included from log.c:23:0: hooking.h:20:21: fatal error: Windows.h: No such file or directory #include <Windows.h>

Regards

SmartResearcherME avatar Mar 24 '16 12:03 SmartResearcherME

Cuckoomon in -modified was made to be compiled with Visual Studio -- I'm not sure if mingw supports things like try/except (which MSVC does) which is used in this code base.

KillerInstinct avatar Mar 24 '16 13:03 KillerInstinct

@KillerInstinct Thanks for the reply.

what visual studio version it was compiled ? And what other dependencies ?

SmartResearcherME avatar Mar 25 '16 06:03 SmartResearcherME

Really you should be using the new repo codebase: https://github.com/spender-sandbox/cuckoomon-modified

But it was previous VS2013, which was migrated to 2015 in the below commit: https://github.com/spender-sandbox/cuckoomon-modified/commit/3f6b92cc1fac419ce810904b65da3cd4c95bcaca

KillerInstinct avatar Mar 28 '16 13:03 KillerInstinct