this post was submitted on 26 Aug 2023
819 points (91.5% liked)

Programmer Humor

19197 readers
1347 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 1 year 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 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 0 points 1 year 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.