iBotModz_Bot Posted December 2, 2010 Report Posted December 2, 2010 'uf' released Patch Importer 101202 for developers:What it doestakes the regular kind of patch.bin:struct patch {DWORD address,DWORD size,DWORD patches}struct patchbin {patch, ...0xFFFFFFFF}(incorrect semantics, who cares, you get it.)and applies it to your executable. edit out the check for 0x40000 (line 25+26) in case you're doing this to an actual xex. so far I've been unable to execute programs from idc scripts (if that's even possible?); in case someone knows how to do it, let me know: twitter.com/uf6667I'm still hard at work on the in-program patcher, but this would be greatly accelerated if I could just execute gcc from an idc or plugin.(what it does is allowyou to edit the executables INSIDE ida and then export to patch.bin) How to useload xboxkrnl.exe as a bin, execute "Blue Bars", execute this, enter the requested patch.bin.the undo option is for when you've done a previous patch but no longer want it in there (in case that wasn't obvious) Official Site: n/a, by 'uf'Download (fixed): herehttp://feedads.g.doubleclick.net/~a/o4NjMIi81BgK7-ZNTyfagH1TeZo/0/dihttp://feedads.g.doubleclick.net/~a/o4NjMIi81BgK7-ZNTyfagH1TeZo/1/di View the full article
Recommended Posts
Archived
This topic is now archived and is closed to further replies.