View Single Post
  #2  
Old 02-21-2022, 03:33
dosprog dosprog is offline
Friend
 
Join Date: Feb 2018
Posts: 114
Rept. Given: 0
Rept. Rcvd 17 Times in 16 Posts
Thanks Given: 33
Thanks Rcvd at 146 Times in 74 Posts
dosprog Reputation: 17
Usage examples:

C>PE_OVLs notepad.exe

- Prints overlay exists or no in file notepad.exe. If overlay exists then prints his size as dec (hex).

C>PE_OVLs *

- Scans current directory for any PE-EXE files and prints overlay size for all if founded.

C>PE_OVLs notepad.exe /s

- Strips overlay of file notepad.exe. Prints stripped overlay size as dec (hex).

C>PE_OVLs * /s

- Strips overlay of all PE-EXE files founded in current directory. Prints stripped overlay size for all as dec (hex).


Also keys available:

/w = no wait for any key at exit;
/q = /w + no text report, be quiet.


*WARNING*
All actions not prompted, no backups.
So be careful when using wildcards.



Last edited by dosprog; 02-21-2022 at 03:44.
Reply With Quote