DosX-dev / obfus.h

Macro-header for compile-time C obfuscation (tcc, win x86/x64)
https://dosx.su
MIT License
637 stars 54 forks source link

MSVC #4

Open IgorAkimenk opened 4 months ago

IgorAkimenk commented 4 months ago

I'd like to see msvc support. I'm getting a lot of errors in visual studio.

DosX-dev commented 4 months ago

Hello, IgorAkimenk! Unfortunately, Microsoft Visual C does not meet the required standards (~C99) to use obfus.h obfuscation. Please use TinyC, which is what this macro-library is intended for.

For comfortable development without Visual Studio, I recommend using Visual Studio Code with the official extension from Microsoft (ms-vscode.cpptools). Good luck! ;)

freecode505 commented 3 months ago

lib.so android protect work ? @DosX-dev

DosX-dev commented 3 months ago

Hello, testingnic! obfus.h is intended only for use in Windows projects (x86/x64). Android uses ARM architecture and has a completely different system structure. :(