 |
|
|
|
 |
Virtual Machine code protect
Obfuscator for Delphi and Visual Basic
programs
Polymorphic protector engine
Code Packing and Crypting
Support all Win32 EXE files
Support Delphi, Visual C++, Visual Basic,
C++ Builder and other compilers
So, it's very nice protector for your applications!
|
|
 |
|
|
Contents
Strings and variables
set <value>, <accumulator> - copy value to variable accumulator
add <value 1>,<value 2>, <accumulator>
sub <value 1>,<value 2>, <accumulator>
mul <value 1>,<value 2>, <accumulator>
div <value 1>,<value 2>, <accumulator>
concat <value 1>,<value 2>, <accumulator>
chrtohex <char>, <accumulator> - convert char to HEX
hextochr <hex>, <accumulator> - convert HEX to char
substr <string>, <start>, <lenght>, <accumulator>
length <string>, <accumulator> - get string length
createstring <char>, <length>, <accumulator> - create string of some char
rndbyte <maximum value> - get random value
settoclipboard <text> - move text to clipboard
|
|
|
 |
Copyright © 2001 - 2012, DotFix Software. All Rights Reserved.
|
 |
|
|
 |