How can I truly understand programs and their execution? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I truly understand programs and their execution?

I want to understand everything about assembly, linking and actual execution of programs including memory assignment, entry points and so on. Where can I find information on that low level stuff? I do know how to program using C and assembler languages, but I don't really know what is going on inside the tool chain yet.

21st Feb 2019, 12:09 AM
merkrafter
3 Answers
21st Feb 2019, 3:39 AM
‎ ‏‏‎Anonymous Guy
+ 2
For more detailed and textual reference https://repo.zenk-security.com/Magazine%20E-book/Hacking-%20The%20Art%20of%20Exploitation%20(2nd%20ed.%202008)%20-%20Erickson.pdf
22nd Feb 2019, 8:44 AM
‎ ‏‏‎Anonymous Guy
+ 1
I though of textual sources initially but this channel seems perfect. Thank you very much!
21st Feb 2019, 4:14 PM
merkrafter