Posted 2021-11-29Updated 2021-11-29tutorial12 minutes read (About 1740 words)一些汇编小技巧写一些我自己不知道的汇编小技巧,持续更新。Read more
Posted 2021-11-11Updated 2021-11-29howto11 minutes read (About 1716 words)如何确定一条汇编指令的长度最近在做实验的时候遇到了一些奇怪的问题,为了排除一些选项,不得不确定先一条汇编指令的长度,现记录如下。 当然最简单的方法是用ida反汇编之后直接对照。 如果是一段机器码片段,也有在线反编译器可使用12。Read more
Posted 2021-11-01Updated 2021-11-29tutorial11 minutes read (About 1647 words)使用汇编编写多线程程序本文的运行环境为 ubuntu 20.04,编译环境为NASM version 2.14.02。文中代码不使用 pthread 等库。 如果需要在windows下使用汇编编写多线程程序,可以参考这个视频。Read more