Zitat von
Razor:
Delphi-Quellcode:
ho := ExtractFilePath(application.ExeName) + '
WinRing0x64.DLL';
if FileExists(ho)
then
begin
RING0 := LoadLibrary(PChar(Pfad));
// build "ho" and use "Pfad"? Copy&Paste error
if RING0 > 0
then // why > 0? see MSDN documentation: it states != NULL
showmessage('
loaded');
end;
end;
Be more accurate on the basics! This is fundamental for such applications as you want to build...