Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   How can we know a foxpro exe braned by which software ? (https://forum.exetools.com/showthread.php?t=11964)

ravi124 01-27-2009 13:48

How can we know a foxpro exe braned by which software ?
 
Hi,

Is there any way to find an exe branded by which software (like Refox, .....).


Thank you,
Ravi

giv 04-05-2011 15:17

KONxiSE packer for VFP files is recognised by RDG packer detector.
Armadillo packer is recognised by PEID.
Refox branded files are recognised (level I, level I+) if you are trying to load the exe or app file into refox.
Refox branded files level II or III are not recognised by any known packer detector.

goku 04-10-2011 03:33

rgd packer detector

Leonid 04-17-2011 17:33

Quote:

Originally Posted by ravi124 (Post 61572)
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.


All times are GMT +8. The time now is 02:53.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX