随笔分类 -  X86汇编语言

1

GNU汇编程序伪指令介绍
摘要:汇编语言——伪指令详解 https://blog.csdn.net/weixin_43229030/article/details/106799580 ARM架构下常用GNU汇编程序伪指令介绍(Assembler Directive)https://blog.csdn.net/Roland_Sun/ 阅读全文

posted @ 2023-05-20 11:02 lh03061238 阅读(143) 评论(0) 推荐(0) 编辑

X86寄存器
摘要:第17章-x86-64寄存器 https://www.cnblogs.com/mazhimazhi/p/15236954.html 浮点寄存器AVX概述 https://blog.csdn.net/mabin2005/article/details/118958843 SSE并行 https://b 阅读全文

posted @ 2023-05-16 19:44 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

X86 ABI
摘要:System V Application Binary Interface https://cs61.seas.harvard.edu/site/pdf/x86-64-abi-20210928.pdf System V ABI https://wiki.osdev.org/System_V_ABI 阅读全文

posted @ 2023-04-07 16:10 lh03061238 阅读(70) 评论(0) 推荐(0) 编辑

Linux x86 Program Start Up
摘要:http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html 阅读全文

posted @ 2022-06-14 15:43 lh03061238 阅读(32) 评论(0) 推荐(0) 编辑

x86指令深度学习(重点)
摘要:【译】x86程序员手册 https://www.cnblogs.com/mqmelon/tag/x86/default.html?page=3 x86_64汇编之一:AT&T汇编语法 https://blog.csdn.net/qq_29328443/article/details/10724212 阅读全文

posted @ 2022-05-13 14:15 lh03061238 阅读(64) 评论(0) 推荐(0) 编辑

Unwind 栈回溯
摘要:参考文章: Stack unwinding https://zhuanlan.zhihu.com/p/280929169?utm_source=wechat_session (重点) linux 栈回溯(x86_64 ) https://zhuanlan.zhihu.com/p/302726082 阅读全文

posted @ 2022-05-11 15:26 lh03061238 阅读(677) 评论(0) 推荐(0) 编辑

二进制分析实战:x86汇编快速入门(转)
摘要:https://blog.csdn.net/epubit17/article/details/121850383 阅读全文

posted @ 2022-05-02 22:11 lh03061238 阅读(428) 评论(0) 推荐(0) 编辑

十分有用的若干网站
摘要:Free the Software https://sourceware.org/ Systems Programming and Machine Organization https://cs61.seas.harvard.edu/site/2018/ Computer Organization 阅读全文

posted @ 2022-04-28 14:21 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

应用程序二进制接口ABI
摘要:什么是应用程序二进制接口ABI https://zhuanlan.zhihu.com/p/386106883 x86_64汇编之四:函数调用、调用约定 https://blog.csdn.net/qq_29328443/article/details/107232025 X86_64 ABI调用约定 阅读全文

posted @ 2022-04-28 11:38 lh03061238 阅读(119) 评论(0) 推荐(0) 编辑

汇编中的lea指令的作用
摘要:原文:https://blog.csdn.net/qq_34432960/article/details/108101247 lea,官方解释Load Effective Address,即装入有效地址的意思,它的操作数就是地址; 常见的几种用法: 1、lea eax,[addr] 就是将表达式ad 阅读全文

posted @ 2022-04-28 10:58 lh03061238 阅读(2924) 评论(0) 推荐(0) 编辑

Intel x86 Assembler Instruction Set Opcode Table
摘要:http://sparksandflames.com/files/x86InstructionChart.html x86_64汇编之一:AT&T汇编语法 https://blog.csdn.net/qq_29328443/article/details/107242121 x86汇编指令集大全(带 阅读全文

posted @ 2022-04-24 14:39 lh03061238 阅读(85) 评论(0) 推荐(0) 编辑

补码、零扩展/符号位扩展
摘要:补码/反码、零扩展和符号位扩展(Zero extension and Sign extension) https://blog.csdn.net/weixin_40539125/article/details/103058420 阅读全文

posted @ 2022-04-07 14:16 lh03061238 阅读(323) 评论(0) 推荐(0) 编辑

intel汇编 和 AT&T汇编
摘要:Intel汇编和AT&T汇编的简要区别,生成方法和判断技巧 https://blog.csdn.net/m0_47696151/article/details/121047504 intel汇编 和 AT&T汇编 的区别 https://blog.csdn.net/kennyrose/article 阅读全文

posted @ 2021-03-29 08:48 lh03061238 阅读(80) 评论(0) 推荐(0) 编辑

x86汇编语言 汇编地址&标号 section,align,vstart,,$的理解
摘要:https://blog.csdn.net/qq_43068326/article/details/104738916 https://www.it610.com/article/4954477.htm 阅读全文

posted @ 2020-12-02 09:25 lh03061238 阅读(675) 评论(0) 推荐(0) 编辑

保护模式概念
摘要:DPL,RPL,CPL 之间的联系和区别 https://blog.csdn.net/better0332/article/details/3416749 操作系统篇-调用门与特权级(CPL、DPL和RPL) https://blog.csdn.net/better0332/article/deta 阅读全文

posted @ 2020-08-26 09:13 lh03061238 阅读(76) 评论(0) 推荐(0) 编辑

x86汇编语言:从实模式到保护模式
摘要:《x86汇编语言:从实模式到保护模式》检测点和习题答案 参考:https://www.cnblogs.com/leec/p/8150645.html 阅读全文

posted @ 2020-07-21 15:15 lh03061238 阅读(1304) 评论(0) 推荐(0) 编辑

使用中断处理程序实现loop功能
摘要:思路: t2.asm: 运行过程: 先运行t1.exe,安装中断程序 再通过debug调试t2.exe 运行至int 7ch处时如下所示: 可以看出此时的CS 、IP、和栈中的内容,栈中的数值为之前单步中断保存的flag、CS、IP等寄存器的值,再执行一步-t,进入中断服务函数,如下所示 此时栈顶指 阅读全文

posted @ 2020-07-15 14:17 lh03061238 阅读(204) 评论(0) 推荐(0) 编辑

16位和32位的80X86汇编语言的区别(转)
摘要:原文:https://www.cnblogs.com/landv/p/9006357.html 随笔 - 501 文章 - 4 评论 - 18 随笔 - 501 文章 - 4 评论 - 18 随笔 - 501 文章 - 4 评论 - 18 16位和32位的80X86汇编语言的区别 需要注意的是汇编不 阅读全文

posted @ 2020-06-18 17:03 lh03061238 阅读(189) 评论(0) 推荐(0) 编辑

X86和X86_64和AMD64的由来(转)
摘要:原文:https://blog.csdn.net/wf19930209/article/details/79536506 为什么叫X86和X86_64和AMD64为什么大家叫x86为32位系统呢相信大家在大学里面有很多人都玩过8086(微处理器),这是一个可编程的系统,他是由intel开发的,英特尔 阅读全文

posted @ 2020-06-18 16:54 lh03061238 阅读(616) 评论(0) 推荐(0) 编辑

X86汇编语言经典资料,初学者必看(转)
摘要:原文:https://blog.csdn.net/qq_38025219/article/details/85865139 参考: https://blog.csdn.net/qq_39654127/article/details/88698911 https://www.jb51.net/arti 阅读全文

posted @ 2020-05-09 11:45 lh03061238 阅读(233) 评论(0) 推荐(0) 编辑

1

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示