PDA

View Full Version : Decompile .dll


iNv1nC1bLe
28th July 2002, 13:19
Does anyone know how to decompile a .dll
and what program you need to do that??

HAXy
30th July 2002, 20:08
DLLs can't be decompiled. They can be disassembled, but if you don't know how to do that, you wouldnt be able to read the output of the disassembly anyway. If you're really interested, try playing with IDA and W32dasm and reading some reverse engineering tutorials.

[JAPS]Suicide
10th August 2002, 22:22
Even if you do know what to do to dissasemble it, you need to know asm as well.

Dark_Omen
27th August 2002, 19:28
Yeah asm is very very hard, you have to be good mathematics and know at least 2 programming languages. Otherwise, if you are very rich, you can find some asm to c or asm to c++ converters at mpsinc.com where they sell these little converters at large amounts of prices.