Elektrine lite

← Feed

@Hadriscus@jlai.lu

Post #3432517

2026-06-27 18:18 UTC

You can disassemble programs like that? and see what’s inside? can you explain like I’m four and three quarters?

Replies (1)

  • @CanadaPlus@lemmy.sdf.org 2026-06-27 20:14

    Yes. Assembly is barely abstracted from the actual machine instructions, to the point where the process of translating it is easily reversible. Reading assembly code is a thing all on it’s own, though. There’s specialised software available for this kind of reverse-engineering now, too, if you’re doing something more complicated than just looking for and cutting out a system call.

    Open ##3434112