-
https://www.hiroom2.com/2016/09/03/makefile-header-dependencies/
-
https://blog.diogomonica.com//2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/
-
https://www.quora.com/What-book-is-recommended-for-complete-Linux-learning - Quora books to learn linux
-
https://www.youtube.com/watch?v=-6MA0OCTXko&list=PLn6POgpklwWp1yRsq3-PyyisSIDg94ct9 - playlist complete linux
-
http://agiledata.org/essays/tdd.html - TDD (test driven development) / write clean code
-
https://github.com/msambol/youtube/tree/master/trees - trees RBT
- https://github.com/ldfaiztt/CSE351/blob/master/Computer%20Systems%20-%20A%20Programmer's%20Perspective.pdf - programmer perspective
- https://github.com/yanzhizhang/CSC_369/blob/master/Modern%20Operating%20Systems%20-%204th%20Edition.pdf - modern operating system
- https://www.quora.com/What-is-a-list-of-books-that-should-be-read-by-a-programmer - List of books Quora
- https://ebookfoundation.github.io/free-programming-books-search/?§=books&file=free-programming-books-subjects.md -- Lists of books by topic
- https://ebookfoundation.github.io/free-programming-books-search/?§=books&file=free-programming-books-subjects.md#blockchain - Lists of free books
- https://github.com/Areadrill/HaPOS/blob/master/Operating%20Systems%20-%20Three%20Easy%20Pieces.pdf - Operating systems, 3 esay pieces
- https://youtu.be/kUk5pw4w0h4?si=F7w1qlvbwCQhT0fc
- Global Offset Table (GOT) and Procedure Linkage Table (PLT) - Binary Exploitation PWN101 - https://youtube.com/watch?v=B4-wVdQo040
- GOT and PLT for pwning - https://systemoverlord.com/2017/03/19/got-and-plt-for-pwning.html
- PLT and GOT (bypassing ASLR) - https://ir0nstone.gitbook.io/notes/types/stack/aslr/plt_and_got
- What is PLT/GOT? - https://reverseengineering.stackexchange.com/questions/1992/what-is-plt-got
- GOT - https://ctf101.org/binary-exploitation/what-is-the-got/
- PLT and GOT - the key to code sharing and dynamic libraries - https://www.technovelty.org/linux/plt-and-got-the-key-to-code-sharing-and-dynamic-libraries.html
- Linkers series (20 parts) - https://lwn.net/Articles/276782/
- Linkers & Loaders by John R. Levine (book) - http://www.staroceans.org/e-book/LinkersAndLoaders.pdf