Why Is It Not Possible To Decompile A .dll File Properly,though We Can Decompile A Java (.class) File Properly?

if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler…. i have aready searched extensively ….

Tags: , , , , , , ,

2 Responses to “Why Is It Not Possible To Decompile A .dll File Properly,though We Can Decompile A Java (.class) File Properly?”

  1. justme says:

    The difference is a .dll file is compiled code where a java .class file is not compiled.
    The best you will be able to do with a .dll file is decompile it to its assembly instructions. If you dont know assembly real well, its just going to be gibberish.

  2. buGGedDo says:

    try using IDA or interactive disassembler.

Leave a Reply