T
T
tex6202018-05-05 17:49:37
DLL
tex620, 2018-05-05 17:49:37

How to inject a dll file into the lsass.exe process?

I need to inject a dll file into the lsass.exe security control process, but I get an error when I try to do so.
I did everything through LoadLibrary.
Which method should be used, I found somewhere that Manual Mapping is needed, but I doubt that something will change.
Would like a link to an example.
Thanks in advance,

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2018-05-05
@tex620

Inject something like, through CreateRemoteThread?
You need to either use SeDebugPrivilege
https://support.microsoft.com/en-us/help/131065/ho...
or run your application with local system rights, this can be done through the scheduler or by installing the application as a service.
Both the DLL and the application must be 64-bit (for 64-bit lsass.exe), the general order is here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question