torrent.dpr

来自「分析torrent的东西是拿别人的」· DPR 代码 · 共 29 行

DPR
29
字号
library Torrent;

uses
  ComServ,
  //
  BCode in 'torrent\BCode.pas',
  BDecode in 'torrent\BDecode.pas',
  BTTrackerScrape in 'torrent\BTTrackerScrape.pas',
  hashes in 'torrent\hashes.pas',
  MessageDigests in 'torrent\MessageDigests.pas',
  TorrentFile in 'torrent\TorrentFile.pas',
  TSpyUtil in 'torrent\TSpyUtil.pas',
  //
  Torrent_TLB in 'Torrent_TLB.pas',
  Parse in 'Parse.pas' {Parse: CoClass};

exports
  DllGetClassObject,
  DllCanUnloadNow,
  DllRegisterServer,
  DllUnregisterServer;

{$R *.TLB}

{$R *.RES}

begin
end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?