Log in

View Full Version : REQ: how to extract armaccess.dll


nick_name
October 25th, 2005, 07:10
i've successfully unpacked a armadillo packed program , fixed the imports... but the app still asking for ARMACCESS.DLL

how do i eliminate this or how do i extract teh armaccess.dll ??

mr haggar
October 25th, 2005, 14:13
You can dump it from memory with lordPE. I was thinking the same since I was wondering will some apps will work with (I doubt). Problem is that it needs to be fixed too, IAT and stuff.

hosiminh
October 26th, 2005, 05:23
You have 2 choices:

1.) DL this shitty DLL and put it into appropriate folder

2.) Patch target so it will "think" ARMACCESS.DLL is there ...
Breaking on LoadLibraryA might help