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: .dll, Class, Decompile, File, Java, Possible, Properly, Properlythough
This entry was posted
on Wednesday, December 16th, 2009 at 11:41 am and is filed under dll errors.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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.
try using IDA or interactive disassembler.