rAD v0.5 - (r!sc's Asprotect Deprotector)
-----------------------------------------

rAD is a little asprotect decryptor/unpacker, been in development since the 29th september..

it currently works on files protected with asprotect v1.1 only.. most files released between sept 1st - oct 11th and protected with asprotect, use v1.1 .

it will create three files, if unpacking was succesful, rAD-*.exe, data_dump.bin and asprotect.dll. the dll is for your viewing pleasure only, please, only dissasemble it and steal stuff from it, dont try to do anything else with it. data_dump.bin is the decrypted rdata and some other boring stuff

it doesnt fully support asprotect api (yet?), and theres a damn good chance something horrible could go wrong during unpacking (well, you know windows), you have been warned!

if it doesnt work with your file, dont complain.. rAD was just an experiment that i got a little carried away with :/

r!sc - 11/10/00


known problems..
----------------

cmp al, byte ptr [rd_api_info+4] ; id byte for a 2nd hook (like the GetProcAddress hook)
jnz $+3                          ; i dont have any files using this hook, so i inserted
int 3                            ; a debug int here...


stuff to do
-----------

add support for older versions of asprotect.
ugly gui needs designing / coding
attempt to emulate (or steal) the asprotect hooks..
various bug fixes (when bugs are found)
