replay.dpr
来自「一个类似REALPLAY的播放器的客户端,可以播放UNIX/LINUX下的文本文」· DPR 代码 · 共 84 行
DPR
84 行
{This file is generated by DeDe Ver 3.50.02 Copyright (c) 1999-2001 DaFixer}
Project replay;
Uses
NetCfg in 'NetCfg.pas' {TNetFrm},
History in 'History.pas' {THistoryFrm},
bookm in 'bookm.pas' {TBookFrm},
paracfg in 'paracfg.pas' {TParaFrm},
realtime in 'realtime.pas' {TRealTimeFrm},
abstime in 'abstime.pas' {TAbsTimeFrm},
About in 'About.pas' {TAboutFrm},
keyloc in 'keyloc.pas' {TKeyFrm},
main in 'main.pas' {TMainFrm};
{$R *.RES}
begin
{
004D32D8 55 push ebp
004D32D9 8BEC mov ebp, esp
004D32DB 83C4F0 add esp, -$10
004D32DE B8702F4D00 mov eax, $004D2F70
* Reference to: SysInit.@InitExe(Pointer);
|
004D32E3 E8CC32F3FF call 004065B4
* Reference to TApplication instance
|
004D32E8 A104674D00 mov eax, dword ptr [$004D6704]
004D32ED 8B00 mov eax, [eax]
* Reference to: Forms.TApplication.Initialize(TApplication);
|
004D32EF E868D5FAFF call 0048085C
* Reference to TApplication instance
|
004D32F4 A104674D00 mov eax, dword ptr [$004D6704]
004D32F9 8B00 mov eax, [eax]
* Possible String Reference to: 'Shadow Replay'
|
004D32FB BA38334D00 mov edx, $004D3338
* Reference to: Forms.TApplication.SetTitle(TApplication;AnsiString);
|
004D3300 E84FD1FAFF call 00480454
* Reference to TMainFrm instance
|
004D3305 8B0D90654D00 mov ecx, [$004D6590]
* Reference to TApplication instance
|
004D330B A104674D00 mov eax, dword ptr [$004D6704]
004D3310 8B00 mov eax, [eax]
* Reference to class TMainFrm
|
004D3312 8B1544C44C00 mov edx, [$004CC444]
* Reference to: Forms.TApplication.CreateForm(TApplication;TComponentClass;void;void);
|
004D3318 E857D5FAFF call 00480874
* Reference to TApplication instance
|
004D331D A104674D00 mov eax, dword ptr [$004D6704]
004D3322 8B00 mov eax, [eax]
* Reference to: Forms.TApplication.Run(TApplication);
|
004D3324 E8CBD5FAFF call 004808F4
* Reference to: System.@Halt0;
|
004D3329 E8CA12F3FF call 004045F8
004D332E 0000 add [eax], al
}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?