上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 92 下一页
本应用程序的Hook:unit UFrmMain;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = c... Read More
posted @ 2015-01-30 18:05 庚武 Views(3971) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2015-01-30 17:30 庚武 Views(2) Comments(0) Diggs(0)
Register Calling ConventionOjbect Pascal的默认调用约定为register,寄存器调用约定会将前三个参数依次放入eax,edx,ecx,返回值是eax(根据类型不同有差别).function Add3Int(i,j,k:integer): integer;//i... Read More
posted @ 2015-01-29 15:58 庚武 Views(689) Comments(0) Diggs(1)
该文被密码保护。 Read More
posted @ 2015-01-29 12:14 庚武 Views(1) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2015-01-28 18:17 庚武 Views(2) Comments(0) Diggs(0)
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ... Read More
posted @ 2015-01-28 16:00 庚武 Views(513) Comments(0) Diggs(0)
unit ScWndProc;interfaceuses Forms, Messages;const DDGM_FOOMSG = WM_USER; //自定义消息implementationuses windows,sysutils,Dialogs;var WProc : Pointe... Read More
posted @ 2015-01-27 14:22 庚武 Views(1291) Comments(0) Diggs(0)
//MyInt.pasunit MyInt;interface{$IFNDEF MYLIB}function MyAdd(a,b:integer):integer ;stdcall;{$ENDIF}implementation{$IFNDEF MYLIB}function MyAdd; extern... Read More
posted @ 2015-01-26 11:54 庚武 Views(265) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2015-01-23 11:02 庚武 Views(1) Comments(0) Diggs(0)
unit FrmMappingMode;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TFrmMM = class(TForm) ... Read More
posted @ 2015-01-14 17:18 庚武 Views(605) Comments(0) Diggs(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 92 下一页