Gork@lemm.ee to Programmer Humor@lemmy.ml · 2 months agoCode is a spectrumfiles.catbox.moeimagemessage-square24fedilinkarrow-up1405cross-posted to: programmer_humor@programming.dev
arrow-up1405imageCode is a spectrumfiles.catbox.moeGork@lemm.ee to Programmer Humor@lemmy.ml · 2 months agomessage-square24fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up40·2 months agoEverything is open source if you can read assembly.
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up20·2 months agobinaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up32·2 months agoYou 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. 😁
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up27·2 months agoI think it’s most commonly called machine code.
minus-squareZiglin (they/them)@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoThey’re assembled into binary (together with metadata in some cases).
Everything is open source if you can read assembly.
binaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
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. 😁
I think it’s most commonly called machine code.
They’re assembled into binary (together with metadata in some cases).