• tetris11@lemmy.ml
    link
    fedilink
    arrow-up
    18
    ·
    19 days ago

    binaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else

    • TimeSquirrel@kbin.melroy.org
      link
      fedilink
      arrow-up
      30
      ·
      19 days ago

      You just have to be able to navigate whatever executable file format it is, figure out where the data/code sections are, how different parts are linked together, and translate all the binary opcodes to readable mnemonics.

      Easy. 😁