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

Programming

13345 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.

you are viewing a single comment's thread
view the rest of the comments
[–] bici@beehaw.org 0 points 1 year ago (1 children)

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

[–] TheTrueLinuxDev@beehaw.org 1 points 1 year ago

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