this post was submitted on 10 Jun 2023
8 points (100.0% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Have you ever wondered what happens behind the scenes when you write a C program? How does your code transform from lines of text into a fully functional binary executable? If you’ve been curious about the intricacies of the C program compilation process, you’ve come to the right place.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

I misread the title and thought it was an article about decompiling a binary into source code.

[–] [email protected] 1 points 1 year ago

Would be neat if there are articles about that involving Ghidra.

[–] [email protected] 2 points 1 year ago

It's Beej! Long (!) time student of your guides, hope to see more of you here.