obfus.h icon indicating copy to clipboard operation
obfus.h copied to clipboard

MSVC

Open IgorAkimenk opened this issue 1 year ago • 6 comments

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

IgorAkimenk avatar Apr 22 '24 18:04 IgorAkimenk

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! ;)

DosX-dev avatar Apr 23 '24 09:04 DosX-dev

lib.so android protect work ? @DosX-dev

freecode505 avatar May 22 '24 17:05 freecode505

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. :(

DosX-dev avatar May 22 '24 18:05 DosX-dev