防止用DeDe软件反编译delphi程序这里有一篇防止用DeDe软件反编译delphi程序~用『』里的是我的注释,其余的是原创作~ Program Project1;Uses Forms, windows, sysutils, Unit1 In 'Unit1.pas' {Form1}, Unit2 In 'Unit2.pas' {Form2};Function RegisterServiceProcess(dwProcessId, dwType: dword): Integer; Stdcall; External 'kernel32.dll'{$R *.RES}Var HMUTEX: HWND; RET: INTEGER; hCurrentWindow: HWnd; //反编译要的 szText: Array[0..254] Of char; //反编译要的Begin Application.Initialize; APPLICATION.TITLE := 'delphi葵花宝典 设计:张国鹏'; RegisterServiceProces