The official site of ReFox
Decompiler and Brander for FoxPro and Visual FoxPro
FoxBASE+, FoxPro 1.*- 2.6, Visual FoxPro 3.0, 5.0, 6.0, 7.0, 8.0 and 9.0
Level
III - dynamic modification of runtime modules and compression of applications
If compiled executable is unencrypted, it can be compressed for distribution,
then it must be decompressed to run on target PC and the code can be decompiled easily.
If compiled executable is encrypted, the compression is ineffective which brings problem of distribution.
With Level
III
of ReFox XI the encryption and compression are combined into one step. No additional library files or support DLL’s are required
to run the application, only the standard RT module is used and it is modified on the fly
when loaded into memory. EXEs are compressed to 25% of original size and
decompressed into memory only when run. The application is protected by modified encryption method to disable ReFox and other decompilers from decompiling the code.
Level III supports Visual
FoxPro 6, 7, 8 and 9 EXEs, DLLs and COM Servers(exe, dll)
Level III enables calling another protected application from within
compressed executable
Level
II+ - dynamic modification of runtime modules
The necessity of distribution of modified runtime module
was a disadvantage of Level II.
With Level II+
of ReFox XI the standard RT module is used and it is modified on the fly when loaded into
memory. The application is protected by modified encryption method to disable
ReFox and other decompilers from decompiling the code.
Level
II+ supports Visual
FoxPro 6, 7, 8 and 9 EXEs, DLLs and COM Servers(exe, dll)