Comment on Why can't code be uncompiled?

<- View Parent
morhp@lemmynsfw.com ⁨8⁩ ⁨months⁩ ago

The main difference is that when you compile a program for Windows, Linux etc., you have an operating system and kernel with their exposed functions/interfaces so even in a compiled program it’s pretty easy to find the function calls for opening a file, moving a window, etc. (as long as the developer doesn’t add specific steps hiding these calls). But in an embedded system, it’s one large mess without any interfaces apart from those directly on the hardware level.

source
Sort:hotnewtop