semy1301
Binary Code Breaker
Divine
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
A useful tool for anti-virus string encryption and also helps with cheat development.
Useage:
Include header file
wrap strings in skCrypt()
All usages of skCrypt are decrypted automatically on invokation:
Link:
Source:
Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11+ - skadro-official/skCrypter
Useage:
Include header file
wrap strings in skCrypt()
All usages of skCrypt are decrypted automatically on invokation:
Code:
auto string = skCrypt("Hello World"); std::cout << string << std::endl; // Output: // > Hello World
Source:
You must upgrade your account or reply in the thread to view hidden text.
Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11+ - skadro-official/skCrypter