<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Exe (Executable info) > EXE_PE_IsUPX |
Description
Returns %TRUE if executable is compressed with UPX compressor.
Syntax
n = EXE_PE_IsUPX(FileName)
Returns
Numeric
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of an exe or dll file |
Remarks
Restrictions
See also
Examples