Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请推荐一些非常详细地处理这些主题的网站或书籍。
我需要更好地理解这些概念(参考 C++):
对于调用函数,这个 Wikipedia 页面很棒:x86 调用约定- 它解释了将函数调用转换为程序集的各种方法。
此外,这本关于x86 Disassembly的Wikibook有一些关于这个主题的有趣页面:
你可以读龙书,但我想它可能太多了。
试用“链接器和加载器”一书 的在线版本。第 11 章可能会帮助您了解 C++ 中的这些概念。一本很好的书,可以让你的基础知识正确。试试 Gustavo 的优秀博客,了解内存管理的概念(堆栈、堆等等)。