Search found 9 matches

by ezh
Tue Dec 14, 2021 8:27 am
Forum: madCodeHook
Topic: Do you have any plans to support ARM Processor?
Replies: 7
Views: 9597

Re: Do you have any plans to support ARM Processor?

Thank you for the answer
by ezh
Mon Dec 13, 2021 3:03 pm
Forum: madCodeHook
Topic: Do you have any plans to support ARM Processor?
Replies: 7
Views: 9597

Re: Do you have any plans to support ARM Processor?

Hi madshi I know you already replied to this question, but it was 9 monthes ago and a lot of things happened since then. Apple M1 ARM processor becomes more and more popular. Windows 11 ARM version was released. Our product (and many others) faces the need to be compatible with ARM. We've being usin...
by ezh
Wed Apr 28, 2021 8:59 am
Forum: madCodeHook
Topic: Release of app with madCodeHook and dll injection to Microsoft Store
Replies: 1
Views: 6069

Release of app with madCodeHook and dll injection to Microsoft Store

Hi For a long time we've being using madCodeHook in our product - and it works great. Now we are trying to pack our application into a package for Microsoft Store using Desktop Bridge. It means our package (appx) will be installed from Microsoft Store and will have some limitations, described here: ...
by ezh
Tue Jul 24, 2018 7:46 am
Forum: madCodeHook
Topic: New protection from dll injection in Google Chrome
Replies: 5
Views: 10279

Re: New protection from dll injection in Google Chrome

You say we can cross-sign our DLL (not driver, but user-mode DLL) ? Does it work in a similar way to driver cross-signature or there is another workflow?
by ezh
Mon Jul 23, 2018 4:24 pm
Forum: madCodeHook
Topic: New protection from dll injection in Google Chrome
Replies: 5
Views: 10279

New protection from dll injection in Google Chrome

Few days ago Google release Chrome Canary (v.70) where it implemented some protection from dll injection. They had announce about this feature some time ago - https://blog.chromium.org/2017/11/reducing-chrome-crashes-caused-by-third.html and now finally it is enabled in Chrome Canary and looks like ...
by ezh
Thu Sep 24, 2015 11:19 am
Forum: madCodeHook
Topic: Microsoft Edge hooking
Replies: 36
Views: 42687

Re: Microsoft Edge hooking

Thank you very much for the explanation.
by ezh
Wed Sep 23, 2015 5:16 pm
Forum: madCodeHook
Topic: Microsoft Edge hooking
Replies: 36
Views: 42687

Re: Microsoft Edge hooking

Yes! You are right! I tried PrintMonitor sample and if driver was started before Edge - HookPrintAPIs64.dll is loaded into MicrosoftEdgeCp.exe!
Do you have ideas why does it work this way?
by ezh
Wed Sep 23, 2015 3:06 pm
Forum: madCodeHook
Topic: Microsoft Edge hooking
Replies: 36
Views: 42687

Re: Microsoft Edge hooking

Have update: it is still possible to inject dlls to other Metro applications, but not to Edge. When trying to inject dll madCodeHook succesfully creates remote thread in MicrosoftEdgeCp.exe, call LoadLibraryEx, then dll is being loaded (I see CreateFile and ReadFile calls in ProcMon), and then every...
by ezh
Tue Sep 22, 2015 10:28 am
Forum: madCodeHook
Topic: Microsoft Edge hooking
Replies: 36
Views: 42687

Re: Microsoft Edge hooking

Ok, answers above are very good and useful, we really need ALL APPLICATION PACKAGES flag - and it was enough to inject dll into Edge (by madCodeHook or by other tools). It worked fine - we even released our product with injecting to Edge feature enabled and got no any real problem reports from our u...