View Single Post
Old 09-28-2016, 09:33 PM   #1
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
makepatch program

This is a little program that can be used to create 'Patcher' style patches (for use by kpg, patch32lsb or KBpatcher programs) from the difference between two binary files.

It might be useful if you have patched an executable using KBPatcher or patch-nickel-css and want to create a patch that can be used with patch32lsb.

For example, patch32lsb can't currently handle zlib compressed strings (because I haven't worked out how to do that) but KBPatcher and patch-nickel-css can. You can use one of those programs to apply a patch to the compressed string, and then use makepatch to create a patch of the difference between the original and modified executable that is usable by patch32lsb.
Attached Files
File Type: zip makepatch-0.01.zip (38.8 KB, 360 views)
File Type: zip makepatch-0.02.zip (39.4 KB, 300 views)

Last edited by GeoffR; 02-26-2017 at 09:16 PM. Reason: Attached makepatch-0.02.zip
GeoffR is offline   Reply With Quote