What types of executables can be decompiled?

前端 未结 5 2112
逝去的感伤
逝去的感伤 2021-01-18 18:58

I think that java executables (jar files) are trivial to decompile and get the source code.

What about other languages? .net and all?

Which all languages can

5条回答
  •  -上瘾入骨i
    2021-01-18 19:39

    VB6 if compiled to pcode is also possible to decompile to almost full source using P32Dasm, Flash (or actionscript) is also possible to decompile to full source using something like Flare

提交回复
热议问题