Thread: Exeinfo PE
View Single Post
  #104  
Old 08-02-2020, 17:53
DARKER DARKER is offline
VIP
 
Join Date: Jul 2004
Location: Somewhere Over the Rainbow
Posts: 454
Rept. Given: 15
Rept. Rcvd 119 Times in 51 Posts
Thanks Given: 11
Thanks Rcvd at 734 Times in 194 Posts
DARKER Reputation: 100-199 DARKER Reputation: 100-199
In past there was plugin EPScan for PEiD (should be compatible with Exeinfo), that can simplify your work:
Code:
https://mark0.net/plugins-peid-epscan-e.html
EPScan add the ability to scan a serie of executable files and detect common patterns in the firsts 128 bytes of code at program entry point. This way, the process to create a new signature for a specific type of EXEs is greatly simplified. Running the plugin will trigger the scanning of all EXE files in the same folder of the currently selected one. In an instant a dialog box will show the extracted common bytes. As the format used is the same of PEiD's USERDB.TXT external signature file, it take just some cut & paste to quickly add the brand new signature.

or

Signature Maker for 32 and 64 bit exe files

You can create your sign. for Advanced Scan plugin ( userdb.txt )

Code:
http://exeinfo.orgfree.com/plugins/ASL_SignMaker64_v01.zip

Last edited by DARKER; 08-02-2020 at 18:01.
Reply With Quote