myshell.dpr
来自「加壳软件,自己练习用的!功能有使用次数和时间限制!没有进行区段合并!对OEP进行」· DPR 代码 · 共 16 行
DPR
16 行
program MyShell;
uses
Forms,
MainUnit in 'MainUnit.pas' {Form1},
EncryptUnit in 'EncryptUnit.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?