Help me with decrypted dll ?

if i remember correctly, that tutorial has you recovering dll files from a dump, they're not always going to split the file off exactly at the right spot so first make sure the file size (to the byte) is the same. After that you need to find out what encryption method it uses if you want to encrypt or (probably easier) find the method that does the decryption and have it skip the assembly file, so its not trying to decrypt the already decrypted file lol
 
if i remember correctly, that tutorial has you recovering dll files from a dump, they're not always going to split the file off exactly at the right spot so first make sure the file size (to the byte) is the same. After that you need to find out what encryption method it uses if you want to encrypt or (probably easier) find the method that does the decryption and have it skip the assembly file, so its not trying to decrypt the already decrypted file lol

Hi @s810car, do you know where to look for this method that does the decryption and what to do to have it skip the assembly files?

I'm sorry to revive this old post, but I'm facing this issue now and I can't find anywhere what to do after you successfully decrypt a dll and mod.

Best regards!
 
Hi @s810car, do you know where to look for this method that does the decryption and what to do to have it skip the assembly files?

I'm sorry to revive this old post, but I'm facing this issue now and I can't find anywhere what to do after you successfully decrypt a dll and mod.

Best regards!
i need tut to
 
Back
Top Bottom