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

Programmer Humor

19197 readers
1294 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)

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 1 year ago (1 children)

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

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