Moondance
@Moondance@sh.itjust.works
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Why can't code be uncompiled? 10 months ago:
But generally speaking it’s not a reversible process and it is more difficult to do in reverse.
- Comment on Why can't code be uncompiled? 10 months ago:
The compilation process discards information in the process leaving a many to one effect. A good decompiler allows one to retrieve a program that is functionally equivalent to the source code but not exactly the source code.