this post was submitted on 26 Aug 2023
816 points (91.4% liked)

Programmer Humor

20954 readers
1883 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago (2 children)

Having access to the source code actually makes reading machine code easier, so you're also wrong on this entirely different thing you're going on about.

[–] [email protected] -1 points 2 years ago (1 children)

You've clearly never used a disassembler such as HIEW have you? You get the entire breakdown of the assembly code.

[–] [email protected] 1 points 2 years ago (1 children)

I disassemble binaries daily for work. It's still not the same as source code.

[–] [email protected] 0 points 2 years ago

I didn't say it was. I just said loosely what the OG meme said, if you know how to read assembly, you know how to read (and write) what some of the code does.

[–] [email protected] -1 points 2 years ago (1 children)

I never said disassembly or decompiling was easier in any way. I'll agree with you on that, it's way more difficult.

Back to the point of the meme though, if you can read assembly, you can read it all.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

You've never actually compared source code to its compiled output, have you.

[–] [email protected] 0 points 2 years ago

I've written drivers in 65 bytes of code. I don't tend to use high level languages that hide what's going on behind the scenes.