上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 69 下一页

2022年5月2日

二进制分析实战:x86汇编快速入门(转)

摘要: https://blog.csdn.net/epubit17/article/details/121850383 阅读全文

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

2022年4月29日

linux查看网卡驱动的命令,在Linux下确定网卡所使用驱动程序的方法(转)

摘要: 原文:https://blog.csdn.net/weixin_34177635/article/details/116607665 有些时候你可能想知道某个Linux系统的网卡正在使用什么驱动程序,下面简单介绍下如何解决这个问题。一起去看看吧! 1.无论是集成网卡还是独立的网卡,都必须通过某种方式 阅读全文

posted @ 2022-04-29 13:11 lh03061238 阅读(1948) 评论(0) 推荐(0) 编辑

2022年4月28日

mips汇编

摘要: 汇编语言MIPS指令分类及寻址模式原理概念 https://www.jb51.net/article/228822.htm MIPS 汇编指令学习 https://blog.csdn.net/lingsheng_/article/details/122084206 MIPS汇编指令集 https:/ 阅读全文

posted @ 2022-04-28 20:58 lh03061238 阅读(85) 评论(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 阅读(23) 评论(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 阅读(109) 评论(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 阅读(2660) 评论(0) 推荐(0) 编辑

2022年4月27日

git log查找

摘要: git log 查看提交记录git log 查看提交历史记录git log --oneline 或者 git log --pretty=oneline 以精简模式显示git log --graph 以图形模式显示git log --stat 显示文件更改列表git log --author= 'na 阅读全文

posted @ 2022-04-27 11:35 lh03061238 阅读(618) 评论(0) 推荐(0) 编辑

2022年4月26日

vim查找技巧

摘要: 全词匹配: /\<word\> 精确匹配查找单词如果你输入 "/the",你也可能找到 "there"。要找到以 "the" 结尾的单词,可以用:/the\> "\>" 是一个特殊的记号,表示只匹配单词末尾。类似地,"\<" 只匹配单词的开头。这样,要匹配一个完整的单词 "the",只需:/\<th 阅读全文

posted @ 2022-04-26 20:29 lh03061238 阅读(175) 评论(0) 推荐(0) 编辑

vim分屏操作

摘要: 5分钟学会Vim分屏操作方方面面 https://os.51cto.com/article/633360.html?pc Vim分屏基本操作 https://www.cnblogs.com/sunbines/p/15600185.html 阅读全文

posted @ 2022-04-26 17:45 lh03061238 阅读(32) 评论(0) 推荐(0) 编辑

2022年4月25日

MIPS ABI / AARCH64 ABI:n32 and Native 64-Bit C Parameter Passing

摘要: 参考: MIPS N32/N64 ABI 调用约定 https://hev.cc/2570.html/comment-page-1 MIPS ABI / AARCH64 ABI:n32 and Native 64-Bit C Parameter Passing https://blog.csdn.n 阅读全文

posted @ 2022-04-25 10:59 lh03061238 阅读(69) 评论(0) 推荐(0) 编辑

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 69 下一页

导航