随笔分类 -  reverse engineering

about 0 & 1
摘要:关于FPU,比较运算有几个地方需要关注,mark一下。 he result of the comparison is reported in the condition codes field of the Status Word as follows (the C1 bit is not used 阅读全文
posted @ 2017-08-25 13:57 封停 阅读(673) 评论(0) 推荐(0)
摘要:好久没写博客了,今天终于搞出了第一个shellcode,以此mark一下。 #include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]) { HMODULE hm = LoadLibrary(_T("kernel32.dll")); int addr = (int)GetPro... 阅读全文
posted @ 2017-08-03 14:37 封停 阅读(172) 评论(0) 推荐(0)