Question

I am trying to inject dll to chrome.exe.
I tried many ways of injecting dll such as Process Hacker, Cheat Engine, InjDll ...
But all dll injectors failed to inject library into some processes.

Image From Process Hacker:

enter image description here

What I found is dll-injecting fails into brown-colored processes, and brown-color means Job Process. How can I manage dll-injecting to all chrome processes?

Was it helpful?

Solution

The problem is not that they are a JOB the problem is that they are running at LOW INTEGRITY LEVEL (process explorer can show it) and they haven't disk access so you can not read from disk the dll :)

how to fix? 1-SetWindowsHookEx based dll injection, with my injector it worked (other ways not) 2-ManualMap, maybe it is a bit extreme but that's always work :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top