Quote:
Originally Posted by ravi124
Hi,
Is there any way to find an exe branded by which software (like Refox, .....).
Thank you,
Ravi
|
Code:
if ".idata" $ left(filetostr("MyFile.exe"),0x400)
? "Refox"
endif
if ".xdata" $ left(filetostr("MyFile.exe"),0x400)
? "Defox"
endif
Most other protectors also have their specific sections.