Forum Thread: How Do I Decrypt an DLL File

ive been trying to edit some .dll files and their all incrypted . ive tried .net reflector and its not an .Net module. ive tried the Xextool and that gave me an error aswell. resource hacker dindt do the job either ? what can i do to gain accces to the source code of this .dll ?

3 Responses

DLL files are compiled. You don't "decrypt" them, you need to reverse engineer them.

sorry my mistake do you have any advice to reverse engineer them?

Yeah, learn to read assembly to debug and disassemble, learn about memory, processes, threads and PE files. Learn Ollydbg and/or IDA Pro.

Share Your Thoughts

  • Hot
  • Active