I've searched in the web, in the forum,etc... and the information about unpacking this is poor or inexistent.
I've a DLL packed with this.
When I use Olly it uses createfile to find the debugger, ok, I pass it.
But a few source lines it jump to another direction, out of the DLL and process a lot of JMP's and then call EXITPROCESS.
is it possible that makes a call to a VXD driver? ( I read something about this in older versions).
If the answer is Yes, can I debug with the ring3 debugger or have I to use Soft ice (ring 0)?
Anybody have experience in this packer/protector? Maybe that it's not cracked/unpacked yet...
I've downloaded a generic unpacker for older versions, but it not detect the new version. :-(
Regards