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