一些反汇编引擎的资料

// ollydbg的反汇编引擎的文档及代码
http://www.ollydbg.de/srcdescr.htm#_Toc531975949

// Intel? 64 and IA-32 Architectures Software Developer's Manual 2A Instruction Set Reference A-M.pdf
// Intel? 64 and IA-32 Architectures Software Developer's Manual 2B Instruction Set Reference N-Z.pdf
http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html

// <>
// google一下你就知道

// 打造自己的反汇编引擎
http://bbs.pediy.com/showthread.php?t=75094

// The Svin 的OpCode教程
http://bbs.pediy.com/showthread.php?t=66501

 

// 学习OpCode

http://www.luocong.com/learningopcode/

http://www.luocong.com/learningopcode.htm

 

http://flint.cs.yale.edu/cs422/doc/art-of-asm/pdf/CH04.PDF

 

开源的反汇编引擎

http://www.beaengine.org/

http://hi.baidu.com/%C4%BD%C8%DD%CC%EC%D3%EF/blog/item/a8f35ebd823b73d437d3cad8.html

 

http://www.mouseos.com/index.html

你可能感兴趣的:(反汇编)