- Notifications
You must be signed in to change notification settings - Fork1
ba0f3/vmprotect.nim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wrapper for VMProtect SDK
This module supports:
- Windows (not tested yet)
- MinGW
- Linux
- OSX (not tested yet)
Notes:
- For Linux users, make sure you have libVMProjectXX.so in your LD_LIBRARY_PATH in development environent (its not needed when protected)
import vmprotectproctoBeProtected()=VMProtectBeginUltra("MarkerName")# your code goes hereVMProtectEnd()
Check outVMProtect's SDK Functions for more details