摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TCPUID=array[1..4] of Longint; TVendor=array [0..11] of char; ... 阅读全文
posted @ 2008-07-09 23:39 Athrun 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 一.机械码,又称机器码 Ultraedit打开,编辑exe文件时你会看到许许多多的由0、1、2、3、4、5、6、7、8、9、A、B、C、D、E、F组成的数码,这些数码就是机器码。修改程序时必须通过修改机器码来修改exe文件。 二.需要熟练掌握的全部汇编知识 不大容易理解,可先强行背住,混个脸儿熟,以后慢慢的就理解了。 cmp a,b 比较a与b。 mov a,b 把b的值送给a。 re... 阅读全文
posted @ 2008-07-09 23:36 Athrun 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 机器码 指令代码 说明 37 AAA ASCII adjust AL after addition D5 0A AAD ASCII adjust AX before division D5 ib ... 阅读全文
posted @ 2008-07-09 23:03 Athrun 阅读(2425) 评论(0) 推荐(0) 编辑
摘要: 效果如下 阅读全文
posted @ 2008-07-09 15:46 Athrun 阅读(1544) 评论(1) 推荐(0) 编辑