Features:
-Search and Replace several Byte Patterns
choose if you want to patch all matches or a certain match.
Ignore Bytes during search and replace.
'Checking Search Bytes' occurrence in a file (very cool feature,very helpfull!).
-Offset Patch [RawOffset and VirtualAdress]
with Compare Function.
CRC32 check enable.
Create Loaders.
-Creating a patch for a packed target [UPX;FSG;ASPACK...]
-Saving Projects.
-Creating a Patch with Appname,URL,Author & Release Info!
-Use costom Dialogs (Icon,Logo,Buttontext...)
-Compress patcher with your favorite packer.
UPX: [c:\upx.exe --best %s] upx 1.25 doesnt work with the patcher for packed targets.
FSG: [c:\fsg.exe %s] fsg 2.0 can pack all patcher.
***Version History since v1.05***
[1.08]
-fixed Bug under w2k when compare files
-add option to use custom "skins" (*.res files)
[1.07]
-add loader support for offset patching
[1.06]
-add Offset Patch Feature [also for packed exe's]
-Compare Function for Offset Patches
-Save/Open Offset Projects
-removed internel Packer;added option to choose your packer (upx,fsg,mew...)
[1.05]
-!!! Match Number will only patch the specified Number, and not the patterns before
-new "Check Occurence of Search Bytes" features; more info
-add Tab Control Navigation
-Hidden File Bug fixed