![]() |
No my friend it should work fine .
I test it here ( win 7.0 x64) with this options : hxxp://s000.tinyupload.com/?file_id=55501563102665112295 maybe ur Antivirus make some trouble . |
@ahmadmansoor can you share your "exetools ollydbg"
|
Obsidium is fun to unpack if you have a lot of time.. crypted calls, sometimes direct calls to api's. Took me a long time the first time..
|
I don't have much time at the moment, but this is what I found so far:
Breakpoint on CreateFileW is very good. After some breaks: Code:
0018FD8C 757A3F66 /CALL to CreateFileW from kernel32.757A3F61Yeh, this is a hot trick in general... here is the vbox check 00383929 83F8 FF CMP EAX,-1 0038392C 74 20 JE 0038394E don't let it jump and enjoy less anti-debug |
Hi,
now I used your tricks to set HWBP in IAT and successfully found where IAT writes. :) See this viedo! password: exetools.com time to trace! use shift-f9 to run! I used win7-32bit and ScyllaHideOlly1 and fresh-unchanged copy of olly. B.R. |
on DP Animation Maker
you can restore IAT with my script just change the line "je @dx2" to "jne @dx2" still,you have to do the vm. |
@mm10121991 awesome stuff can you tell me something about vm short explain i don know about that what i need to do. i know its lame to you tell me all but i wanna learn obsidium is hard to unpack thx.
|
calling recovery
Hi,
there is no problem with IAT. main problem is VM unvirtualize or decrypttion. also there is changes in calling some IAT functions with EDI,ESI,EBX,EBP. like: Code:
006DF06A MOV ESI,0x5D2C2BD9Code:
006DF06A MOV ESI,DWORD PTR DS:[0x6F9EB4]Code:
VAR CONST |
1 Attachment(s)
Obsidium unpacking:
1.use ObsiduimOEP.asm to find OEP;{Tnx to mm10121991} 2.use Mr.reCoder Script; 3.use attached file;{Mr.reCoder script fixed} 4.use ObsiduimIATFixer.asm; 5.enjoy. file was unpacked but vm not fixed. |
Here is some advice.
Instead of manual imput of code base VA: Quote:
Quote:
|
You can also use universal import fixer to find direct calls and fix them.
|
Quote:
Thanks in advance |
| All times are GMT +8. The time now is 07:57. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX