代码搜索:loader程序源码
找到约 10,000 项符合「loader程序源码」的源代码
代码结果 10,000
www.eeworm.com/read/444618/7610446
bin loader.bin
www.eeworm.com/read/444618/7610448
elf loader.elf
www.eeworm.com/read/444618/7610453
s loader.s
#include "pm.h"
.code16
.text
jmp LABEL_BEGIN
LABEL_GDT: Descriptor 0, 0, 0
LABEL_DESC_CODE32: Descriptor 0, (SegCode32Len - 1), (DA_C + DA_32)
LABEL_DESC
www.eeworm.com/read/444618/7610458
o loader.o
www.eeworm.com/read/444618/7610459
s~ loader.s~
#include "pm.h"
.code16
.text
jmp LABEL_BEGIN
LABEL_GDT: Descriptor 0, 0, 0
LABEL_DESC_CODE32: Descriptor 0, (SegCode32Len - 1), (DA_C + DA_32)
LABEL_DESC_V
www.eeworm.com/read/444618/7610465
bin loader.bin
www.eeworm.com/read/444618/7610467
elf loader.elf
www.eeworm.com/read/442399/7653340
dpr loader.dpr
program Loader;
uses Windows, MagicApiHook;
var
Dllname:string='SysHook.dll';
begin
if not IsWinNt then begin
MessageBox(0,'Sorry...just for WinNT...','Error...',MB_ICONERROR);
Exit
www.eeworm.com/read/442399/7653342
dpr loader.dpr
program Loader;
uses Windows, MagicApiHook;
var
Dllname:string='ProtectProcess.dll';
F: THandle;
PID,Cnt: DWORD;
begin
if not IsWinNt then begin
MessageBox(0,'Sorry...just for WinN
www.eeworm.com/read/442399/7653344
dpr loader.dpr
program Loader;
uses Windows, MagicApiHook;
var
Dllname:string='HookExplorer.dll';
begin
if not IsWinNt then begin
MessageBox(0,'Sorry...just for WinNT...','Error...',MB_ICONERROR);