InjectLibrary into iexplore.exe failing on Win 8.1

c++ / delphi package - dll injection and api hooking
Post Reply
gaozhihan
Posts: 3
Joined: Wed Mar 19, 2014 8:39 am

InjectLibrary into iexplore.exe failing on Win 8.1

Post by gaozhihan »

InjectLibrary into iexplore.exe failing on Win 8.1 when ie opened Enhanced Protected Mode.

Internet Explorer’s EPM-mode tabs run in an AppContainer named windows_ie_ac_001.

help! :cry:
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: InjectLibrary into iexplore.exe failing on Win 8.1

Post by madshi »

Injection into Metro app processes only works if you add NTFS read/execute rights for "ALL APPLICATION PACKAGES" to your hook dll. Does that help?
gaozhihan
Posts: 3
Joined: Wed Mar 19, 2014 8:39 am

Re: InjectLibrary into iexplore.exe failing on Win 8.1

Post by gaozhihan »

icacls hook.dll /grant *S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394:(RX)

:wink: :D

it work fine.
gaozhihan
Posts: 3
Joined: Wed Mar 19, 2014 8:39 am

Re: InjectLibrary into iexplore.exe failing on Win 8.1

Post by gaozhihan »

madshi wrote:Injection into Metro app processes only works if you add NTFS read/execute rights for "ALL APPLICATION PACKAGES" to your hook dll. Does that help?
thx~
and today , i found this reason,too.
Post Reply