Reopen/Decompile dUP2(v2.26)-Patch exe's
|
06-13-2015, 04:55 PM
(This post was last modified: 02-01-2018 11:13 AM by cw2k.)
Post: #1
|
|||
|
|||
Reopen/Decompile dUP2(v2.26)-Patch exe's
Here you find Version 2.25 and 2.26 for Download. It's a little sad that the original page has disappeared however it's still in the internet archive: http://bit.do/dUP Hmm well patcher is pretty self explaining and yep you need to know about reverse engineering else it'll be a whole book to write about Ollydebug and finding and creating patch patterns. (But you may ask some specific question ich ya feel so.) One nice thing about dup2 is that you can open a created patch.exe and load it again as project. This decompiling supports was removed in v2.26. However you can still open Patch exe created with v2.26 in v2.25. Here is how to do this:
Now You may copy the .rsrc to some v2.25-patch exe OR Transform dup2patcher.dll into an exe. With LordPE, CFF Explorer In PE-Header change
Now you can open the patch file in dUP2.25. So now happy reviewing/improving ya's and other's patches Attention the transformed dll to exe has two flaws. 1. GetModuleHandleA(0x0) is not set so dialog may look strange 2. ExitProcess is missing so exe don't really quits (you'll need to kill it in the Taskmanager) Recommended tools: LordPE(<-is inside myTools), Restorator 2009 (4.00) Well for debugging purpose that is how dups2 'dumps' some *.exe
|
|||
01-07-2016, 01:46 PM
(This post was last modified: 01-08-2016 10:00 PM by JackRabbit.)
Post: #2
|
|||
|
|||
RE: Reopen/Decompile dUP2(v2.26)-Patch exe's
when i ran the command nothing happens
|
|||
03-28-2016, 10:30 PM
Post: #3
|
|||
|
|||
RE: Reopen/Decompile dUP2(v2.26)-Patch exe's
Dumping Failed!
3. (Unpack it)? Whats means? |
|||
02-01-2018, 11:02 AM
Post: #4
|
|||
|
|||
RE: Reopen/Decompile dUP2(v2.26)-Patch exe's
(03-28-2016 10:30 PM)krafg Wrote: Dumping Failed! (03-28-2016 10:30 PM)krafg Wrote: Well the common major two's problem for that areWell normal patch.exe is mostly packed with UPX an runtime packer. (Image a SFX-Zip that is all the time for ran just extracted into memory) with some luck "Upx.exe -d packed.exe" might work. Some other option for unpack UPX may be PEExplorer. Open the patched.exe /check log output and if it says all okay save the it to unpacked.exe However I elobarated the steps unpacking is not need anymore. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)