第96章 参考书籍

96.1 Windows

Mark E. Russinovich、 David A. Solomon与Alex Ionescu合著的《Windows Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition》2009。

96.2 C/C++

《ISO/IEC 14882:2011 (C++ 11 standard)》。

此外,读者可参见http://go.yurichev.com/17275

(2013)。

96.3 x86/x86-64

Intel出版的《Intel 64 and IA-32 Architectures Software Developer’s Manual Combined Volumes》,其中的1,2A,2B,2C,3A,3B和3C章。本书作者将其收录为http://go.yurichev. com/17283

(2013)。

AMD出版的《AMD64 Architecture Programmer’s Manual》。本书作者将其收录为http://go. yurichev.com/17284

(2013)。

96.4 ARM

请参见本书作者收集的ARM手册:http://go.yurichev.com/17024

96.5 加密学

Bruce Schneier撰写的《Applied Cryptography: Protocols, Algorithms, and Source Code in C》(1994年)。