Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 0304a49ad99b91dbe8d29efcd1254c09732ecba6 Size: 11.45 KB File Format: zip
Rating: 1.913043478
out of 5
based on 23 user ratings
Downloads: 324 License: Free
PatchIt is a free software by Foundstone Inc and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download PatchIt which is 11.45 KB in size and belongs to the software category File Management. PatchIt was released on 2009-09-14 and last updated on our database on 2017-02-25 and is currently at version 2.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
PatchIt Description
The PatchIt application was designed to be a small 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
Displays a message during script execution.
DIR
Optional directory path to search for files. For compatibility it is advisable not to use specific drive names in the path.
FILE [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
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
Copies "orig_file" to "new_file"
DELETE
Deletes the specified file.
INIFILE
Specifies an INI file to be used in subsequent INI commands. This filename is relative to the last DIR directory path.
INISECTION
Specifies an INI section name for use in subsequent INIWRITE commands
INIWRITE
Writes the given string value to the INI keyname in the previously specfied INI files section.