Gork@lemm.ee to Programmer Humor@lemmy.ml · 19 days agoCode is a spectrumfiles.catbox.moeimagemessage-square15fedilinkarrow-up1298arrow-down117
arrow-up1281arrow-down1imageCode is a spectrumfiles.catbox.moeGork@lemm.ee to Programmer Humor@lemmy.ml · 19 days agomessage-square15fedilink
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up31arrow-down1·19 days agoEverything is open source if you can read assembly.
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up18·19 days agobinaries aren’t assembly though, they’re *peers at notes, draws a blank* they’re… something else
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up30·19 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-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up20·19 days agoI think it’s most commonly called machine code.
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.