PDA

View Full Version : Need Help Unpacking Armadillo .Dll


betonesto
10-24-2006, 04:18 PM
Moderated to remove copyrighted attachment -- please respect the rules of this board!

I am hopping someone can help me unpack this Armadillo paked DLL. It uses a hardware Finger Print. Please Help....
I have a valid User Name & Key

Name: Bert
Key: 866D-4BC6-XXXX-9679-BB73-XXXX-XXXX-8B08-3F31-XXXX

Thanks In Advance..

haggar
10-25-2006, 04:39 PM
Well, that shouldn't be too hard, but why would somebody waste time on that.

Here you have couple mine Armadillo tutorials - www.reversing.be
and here you have tutorial for unpacking armadillo protected DLL - arteam.accessroot.com


Since it is a DLL file, it cannot have DebugBlocker, CopyMem-II and Nanomites protection. It can have SplicedCode and IAT Elimination. That is not too hard. Armadillo uses

IsDebuggerPresent - to find debugger
OutputdebugStringA - to crush olly


Good luck.

betonesto
10-26-2006, 12:40 PM
Hi. & Thanks
I gues what i want to do is Unpack this File So I can compare it to the original. I am a newbe to Unpacking & Decrypting. Thanks..





Well, that shouldn't be too hard, but why would somebody waste time on that.

Here you have couple mine Armadillo tutorials - www.reversing.be
and here you have tutorial for unpacking armadillo protected DLL - arteam.accessroot.com
Since it is a DLL file, it cannot have DebugBlocker, CopyMem-II and Nanomites protection. It can have SplicedCode and IAT Elimination. That is not too hard. Armadillo uses

IsDebuggerPresent - to find debugger
OutputdebugStringA - to crush olly
Good luck.
1654
[/quote]