Page 1 of 1

Error on InjectLibrary using Injection Driver with NVIDIA Pr

Posted: Sat Aug 26, 2017 4:40 pm
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.