Jump to content

cbox


Patch Importer 101202


iBotModz_Bot

Recommended Posts

Posted

'uf' released Patch Importer 101202 for developers:

What it does

takes 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/uf6667

I'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 allow

you to edit the executables INSIDE ida and then export to patch.bin)

 

How to use

load 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): here

http://feedads.g.doubleclick.net/~a/o4NjMIi81BgK7-ZNTyfagH1TeZo/0/di
http://feedads.g.doubleclick.net/~a/o4NjMIi81BgK7-ZNTyfagH1TeZo/1/di

 

View the full article

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...