What is a de-compiler how does it work?

Posted by thyrgle on Stack Overflow See other posts from Stack Overflow or by thyrgle
Published on 2010-05-25T04:48:20Z Indexed on 2010/05/25 4:51 UTC
Read the original article Hit count: 220

Filed under:
|

So is a decompiler really a thing that gives gives the source of a compiled/interpreted piece of code? Because to me that sounds impossible. How would you get the names of the functions, variables, classes, etc if it is compiled. Or am I misinterpreting the definition? How does it work? And what is the general principal behind making one?

© Stack Overflow or respective owner

Related posts about decompiling

Related posts about decompiler