[Haskell-beginners] some tools like .Net reflector?
anyzhen
jiangzhen3s at qq.com
Tue Aug 30 16:10:55 CEST 2011
thank you
------------------ Original ------------------
From: "Claude Lee";
Date: 2011年8月30日(星期二) 中午12:30
To: "anyzhen";
Cc: "beginners";
Subject: Re: [Haskell-beginners] some tools like .Net reflector?
Hi,
Haskell code usually compiles to native code, which means it can decompile to ASM, but not the original Haskell code, especially when optimization applied. However, GHC can produce some sort of bytecode "using LLVM as a backend", but I don't think it's designed for production use. See http://www.haskell.org/ghc/ for more details.
Thanks,
Claude
PS: License seems to be your first concern on the issue, not decompilers... ;)
2011/8/30 anyzhen <jiangzhen3s at qq.com>
hi guys.
is it exists some tools in haskell platfrom, such like "reflector" or "DeAsmIL" in .Net platform ?
sometime get a compiled version without source code,and i don't know how explore it.
thanks any help.
jiangzhen
_______________________________________________
Beginners mailing list
Beginners at haskell.org
http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110830/047df510/attachment.htm>
More information about the Beginners
mailing list