I have installed an unofficial patch to an application I am using, which essentially uses unix's patch command to apply a binary diff file to a directory. It appears to me it modifies the object files and not the source files. I have noticed a "feature" in the patch which I would like to fix. Is it possible to decompile the binary path file in order to correct the problem?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
No The diff only contains the bits and pieces that have changed. You need the source that was used to generate the diff if you want to do more altreations. |
|||||||||
|
|
If you have to ask, probably not...You could have unpatched and patched versions and feed it to IDA with the bindiff or turbodiff plugins and do some work on assembly ;) |
|||
|