Search found 2 matches
- 07 Aug 2011 05:16
- Forum: DOS Batch Forum
- Topic: how to dump with DEBUG ?
- Replies: 3
- Views: 3581
Re: how to dump with DEBUG ?
Hi, Basing on the Original script, I have written a script to Search Machine Codes in Executable's ( EXE / COM ) files, using DEBUG When we want to pass an EXE file as a Parameter, please ensure there is no "EXE" extension, you can rename it to FileName.E or FileName.EX or FileName.EXEX .....
- 07 Aug 2011 04:53
- Forum: DOS Batch Forum
- Topic: how to dump with DEBUG ?
- Replies: 3
- Views: 3581
Re: how to dump with DEBUG ?
Hi, I am not an expert I think a batch script written by "Terry Newton" will be the solution Basing on the script, I have written my own script to find Machine Codes in an executable First I will post the Original Script I am posting the Original Script by "Terry Newton" --------...