Quote:
Originally posted by _Servil_
HI Dafixer 
not sure if i'm thinking about the right thing but suppose it has something to do with the new asprtoect 'protect delphi forms' feature. I've found several delphi apps crushing dede on load, however they were able to load via dumper. After looking to resources I found the package info blank and forms signature missing.
|
Hello,
Well havent seen this but if the memory dump succeed then all is fine. Well acctually its hard not to succeed

The RCDATA resources are application defined resources which are used after application initialization. So if you just crypt everything there and put right after the program is started a routine to decrypt the RCDATA then all will be invisible for the VCL which create the forms etc. So this is probably some kind of recourse encryption. If you give me url to application that uses this asprotect feature it will be nice and i will be able to see it in details.
Anyway just dont forget that before you go to analize a target you first need to have it decrypted

This also means decrypted recources. So i could say that this asprotect feature has nothing to do with DeDe. I wont go to add native deprotection for every last protector and his dog
