Contact Us
Article
Hacker Tools New Update | Download Directory |
| Windows | Linux | Mac OS X | Mobile | Assessment | Defense | Documents | Miscellaneous |
Hacker Tools » Download -> Windows-> Forensics » Patchit v2.0

This Directory TOP
Patchit v2.0
msnshadow-0.3-beta
Faronics Anti-Executable 3.50.1111.406
NTLast™ v3.0
xplico-0.6.0
Vision v1.0
dumpAutoComplete v0.7
LaBrea Honeypot 2.5
Galleta v1.0
Pasco v1.0
Windows IR/CF Tools
PE Explorer 1.96
ShoWin v2.0
MacForensicsLab Field Agent 3.0
Rifiuti v1.0
PExtractor_v0.18b_binary_and_src.rar
mp3nema-v0_4
dff-0.8-src
metagoofil-1.4.tar.gz
pdfresurrect-v0_10
metagoofil-1.2.tar.gz
RegVac Registry Cleaner (latest)
mobiusft-0.5.5
Belkasoft Forensic Studio Professional 2.0
Interrogate 0.0.3
cadfile 11.26
Belkasoft Forensic Studio Home 2.0
malheur-0.4.8
pd_v1.1_win
midfp-1.0
Belkasoft Forensic Studio Standard 2.0
pd_v1.1_lnx
Search

Patchit v2.0

File Size: 11KB
Developer: http://www.foundstone.com/
Description:     A file byte-patching utility. This is driven by a simple scripting language. It can patch sequences of bytes in any file, search for byte patterns (with wildcards) and also extract and utilise DLL exported function addresses as source positions in files to be patched.

The total command list is as follows:
MESSAGE <"message">
Displays a message during script execution.
DIR <"directory path">
Optional directory path to search for files. For compatibility it is advisable not to use specific drive names in the path.
FILE <"filename"> [filesize]
Filename to patch. Optional filesize specifies the size that the file must match to be accepted.
FIND [<*>]...
Performs a search on the current file for the sequence of bytes that match ... up to max 256. Use the keyword * to match any byte. If a match is found then the PATCH file position value is set to the file position at which the found pattern begins.
FUNCTION <"funcname">
Sets the current patch position to the file position of the given exported function name (case sensitive). It is assumed that the file being patched is a DLL.
PATCH [[POS ] | [OFFSET ]] ...
Patches the current file at optional file position/offset. Replaces orig_byte with new_byte. Fails if original byte read from file is not orig_byte.
COPY <"orig_file"> <"new_file">
Copies "orig_file" to "new_file"
DELETE <"filename">
Deletes the specified file.
INIFILE <"filemame">
Specifies an INI file to be used in subsequent INI commands. This filename is relative to the last DIR directory path.
INISECTION <"section">
Specifies an INI section name for use in subsequent INIWRITE commands
INIWRITE <"keyname"> <"value">
Writes the given string value to the INI keyname in the previously specfied INI files section.

What can this program be used for? Well I sometimes liked to reverse engineer programs, purely for my own benefit. I thought it would be useful to write a program that performed the dual tasks of altering an applications behavior and at the same time kept a documented note of exactly what I had done to achieve the result in the form of the commented script file.
Download:   Patchit v2.0

 

Sponsor Links

Sponsor Links

Share/Bookmark