Error on InjectLibrary using Injection Driver with NVIDIA Pr

c++ / delphi package - dll injection and api hooking
Post Reply
PSLorde
Posts: 11
Joined: Sat Oct 17, 2015 6:15 pm

Error on InjectLibrary using Injection Driver with NVIDIA Pr

Post by PSLorde »

I'm using the driver to inject the dlls on processes, at the momment i simply do that:

if not IsInjectionDriverRunning('TPDemoDriver') then begin
if not LoadInjectionDriver('TPDemoDriver', 'PS\PSMG_32.sys', 'PS\PSMG_64.sys') then begin
if not InjectLibrary('TPDemoDriver', 'PS\PSMG_32.dll', CURRENT_SESSION, False) then begin
//error on inject on 32 bits
end;
end else begin
//error on load injection driver
end;
end else begin
if not InjectLibrary('TPDemoDriver', 'PS\PSMG_32.dll', CURRENT_SESSION, False) then begin
//error on inject on 32 bits
end;
end;

But some customers receive this errros with their nvidia products https://prnt.sc/gd9mck and here is the process https://prnt.sc/gdbm54, maybe some incompatibility?
Others customers notified me from this error: https://prnt.sc/gdbo6a

You know why occour that?

Douglas Ruiz - PS Sistemas.
Post Reply