汇编学习之路
本篇文章汇总了 汇编 学习的相关资源,包括 汇编 的基本概念、编程语言特性、编译器等内容,适合 汇编 开发者参考。
- MASM: https://zh.wikipedia.org/wiki/MASM
TASM: https://en.wikipedia.org/wiki/Turbo_Assembler- flat assembler: http://www.flatassembler.net/
- Yasm: http://yasm.tortall.net/
-
NASM: http://www.nasm.us/
- winasm: https://winasm.org/index.html
- The MASM32 SDK: http://www.masm32.com/
- RadASM: https://github.com/mrfearless/RadASM2
- The Go tools for Windows + Assembler: http://www.godevtool.com/
- Masm for windows 集成实验环境: http://www.jiaminsoft.com/#MASM
asmplugin:http://sourceforge.net/projects/asmplugin/-
Win-Masm v2.2 汇编集成编译器: https://download.csdn.net/download/paullbm/2589840 - dosbox: http://www.dosbox.com/
- EMU8086 - THE MICROPROCESSOR EMULATOR: https://github.com/AhmadNaserTurnkeySolutions/emu8086
-
OllyDbg: http://www.ollydbg.de/
- IDA Pro: https://hex-rays.com/ida-pro/
-
WinHex: https://www.x-ways.net/winhex/
- 汇编网: http://www.asmedu.net/
- 看雪学院: http://www.pediy.com/default.php
- 看雪安全论坛: http://bbs.pediy.com/
- 鱼C工作室: http://www.fishc.com/
- Linux 汇编语言开发指南: http://www.ibm.com/developerworks/cn/linux/l-assembly/
- AT&T(GAS)汇编指令小集: https://blog.csdn.net/ldong2007/article/details/2873611
- 汇编指令 int 21 h 调用: https://blog.csdn.net/wx2306/article/details/80711156
- 汇编编写DOS下的内存驻留程序: <汇编编写DOS下的内存驻留程序.docx>汇编编写DOS下的内存驻留程序.docx>
- 汇编语言常见的错误提示代码及含义: https://blog.csdn.net/followingturing/article/details/5988379
- X86汇编快速入门: https://www.cnblogs.com/YukiJohnson/archive/2012/10/27/2741836.html
- BIOS中断大全: https://www.cnblogs.com/coderCaoyu/p/3638713.html
-
中断向量地址一览表: https://blog.csdn.net/rainbolide/article/details/502849
- [翻译]“PE文件格式”1.9版 完整译文(附注释): https://bbs.kanxue.com/thread-21932.htm
- [翻译]可移植的可执行文件格式全接触(附注释): https://bbs.kanxue.com/thread-22892.htm
-
[原创]For菜鸟文章:PE文件格式,qduwg翻译: https://bbs.kanxue.com/thread-19618.htm
- [原创]OllyDBG 入门系列(一)-认识OllyDBG: https://bbs.kanxue.com/thread-21284.htm
- [原创]OllyDBG 入门系列(二)-字串参考: https://bbs.kanxue.com/thread-21308.htm
- [原创]OllyDBG 入门系列(三)-函数参考: https://bbs.kanxue.com/thread-21330.htm
- [原创]OllyDBG 入门系列(四)-内存断点: https://bbs.kanxue.com/thread-21378.htm
- [原创]OllyDBG 入门系列(五)-消息断点及 RUN 跟踪: https://bbs.kanxue.com/thread-21532.htm
-
[原创]OllyDBG 入门系列(七)-汇编功能: https://bbs.kanxue.com/thread-23873.htm
- [原创]笑解 API 函数 -- API 绝密档案系列之一: https://bbs.kanxue.com/thread-21959.htm
- [原创]乱解 API 函数 -- API 绝密档案系列之二: https://bbs.kanxue.com/thread-22231.htm
- [原创]笑解 API 函数 -- API 绝密档案系列之三: https://bbs.kanxue.com/thread-22313.htm
- [原创]打造 API 函数 -- API 绝密档案系列之四 (修正版): https://bbs.kanxue.com/thread-22411.htm
-
[原创]实战 API 函数 -- API 绝密档案系列之五: https://bbs.kanxue.com/thread-23595.htm
- 翻译:通往WinDbg的捷径(一): https://bbs.kanxue.com/thread-24077.htm
-
翻译:通往WinDbg的捷径(二): https://bbs.kanxue.com/thread-24119.htm
-
[原创]Win32汇编开发环境介绍和RadAsm简明教程第二版: https://bbs.kanxue.com/thread-21201.htm
- 用汇编编写DOS下的内存驻留程序(1): http://www.wangchao.net.cn/bbsdetail_28986.html
- 用汇编编写DOS下的内存驻留程序(2): http://www.wangchao.net.cn/bbsdetail_28987.html
- 用汇编编写DOS下的内存驻留程序(3): http://www.wangchao.net.cn/bbsdetail_28988.html
MiPS汇编
- 常见模拟器列表:https://www.linux-mips.org/wiki/Emulators
- MARS (MIPS Assembler and Runtime Simulator): http://courses.missouristate.edu/KenVollmar/MARS/
- SPIM(QtSpim): https://sourceforge.net/projects/spimsimulator/
- mipster20(MIPSter is a text editor written specifically for the MIPS assembly language, SPIM included): https://mipster.software.informer.com/
- WinMIPS64: http://indigo.ie/~mscott/
- MIPSsim使用说明(含下载):https://www.cnblogs.com/jiangxinnju/p/10090834.html
- 建立基于linux的MIPS交叉编译环境: http://blog.chinaunix.net/uid-579481-id-163626.html
- MIPS的演化:See MIPS Run: Appendix D Evolving MIPS
Comments