Search found 85 matches

by manutai
Tue Nov 19, 2019 11:47 am
Forum: madCodeHook
Topic: Conflicts between Injection approaches.
Replies: 4
Views: 10422

Re: Conflicts between Injection approaches.

Hi, We have written a small user level application which sits as the default app for few file extensions (which out product supports). Whenever files of those extensions are double clicked, our application (being the default one) gets invoked. Our job in this application is to dynamically figure out...
by manutai
Mon Nov 18, 2019 9:58 am
Forum: madCodeHook
Topic: Conflicts between Injection approaches.
Replies: 4
Views: 10422

Conflicts between Injection approaches.

Hi.. Issue: I am trying to inject TWO different DLLS in the SAME PROCESS. But my usecase is, I want to inject one DLL from a admin level process (a windows service), and I want to inject the another in admin-less access (from a simple Exe which runs at user level). So, I am injecting one DLL through...
by manutai
Mon May 06, 2019 7:13 am
Forum: madCollection
Topic: Inject without needing admin rights
Replies: 3
Views: 8924

Re: Inject without needing admin rights

Got it !!
Was already expecting this answer but was still trying my luck :P
Thanks !!
by manutai
Mon May 06, 2019 6:37 am
Forum: madCollection
Topic: Inject without needing admin rights
Replies: 3
Views: 8924

Inject without needing admin rights

Hi, We are currently using madcodehook drivers to inject into few white listed processes. These processes are all user level processes. The injection is happening in processes which are currently running as well as into processes which will be launched in the future. But those drivers require admin ...
by manutai
Thu Jul 19, 2018 8:23 am
Forum: madCodeHook
Topic: Hooking C++ member function
Replies: 14
Views: 29604

Re:

It should be possible to hook that function, but you must make sure that both your hook callback function and the next-function-variable have exactly the same parameters and calling convention as the to-be-hooked function. They also need to be part of a class, because the to-be-hooked function is a...
by manutai
Tue Sep 26, 2017 1:31 pm
Forum: madCodeHook
Topic: a rare dead lock when uninject dll
Replies: 7
Views: 13359

Re: a rare dead lock when uninject dll

Environment : ​Windows 7 + McAfee DLP 11.x + Chrome(any recent version) Issue : - We created have a DLL, in which on DLL_PROCESS_ATTACH we have hooked RegisterHotKey() API and on DLL_PROCESS_DETTACH we have unhooked the same API using UnhookAPI() after which we have called FinalizeMadCode(). In our ...
by manutai
Thu Jan 19, 2017 9:13 am
Forum: madCodeHook
Topic: 'SystemProcesses' parameter of Inject Library function
Replies: 1
Views: 4480

'SystemProcesses' parameter of Inject Library function

Hi MadShi, We were exploring the meaning of 'systemProcesses' parameter of Inject Library function in DLL injection section. Currently, we are passing this as TRUE. But we don't want to inject any dll in system processes, If we pass it as FALSE, which all processes it will exclude. We did a quick dr...
by manutai
Fri Dec 23, 2016 6:21 am
Forum: madCodeHook
Topic: MadCodeHook 3.1.13 package question
Replies: 1
Views: 3309

MadCodeHook 3.1.13 package question

Hi, I downloaded the latest MadCodeHook package 3.1.13. There were no Drivers in it, and the lib file was also only for 32 bit. I want to upgrade from 3.1.5 to 3.1.13. Ideally, everything should be replaced while migrating right? drivers, lib file, h file etc. Why package only contains few files ??
by manutai
Wed May 25, 2016 10:20 am
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

I have sent you the link over mail.
by manutai
Wed May 25, 2016 5:27 am
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

i want share the link of VM but not publicly should i mail you link or any other way .
by manutai
Mon May 23, 2016 4:56 am
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

i have performed following steps. on (Window 8 X64.) 1 - i have give "ALL APPLICATION PACKAGES" NTFS read/execute to extracted package. 2 - launched "DllInjector64.exe" and 3 - Selected system wide mode and then after click of inject dll and then selected "HookProcessCreatio...
by manutai
Fri May 20, 2016 5:24 am
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

yes this problem occurs on both "Window 10" and "Window 8.1" ..
by manutai
Thu May 12, 2016 2:29 pm
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

We have tried with few Metro Apps ( non store) but dll is not getting injected in the process although Metro apps are running and its "ALL APPLICATION PACKAGES" attribute is set as read/execute.
by manutai
Thu May 12, 2016 10:42 am
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

Hi: The 3-4 applications that we have installed from the store, we are unable to inject the dll in any of them. Do you see the same behaviour at your end ? We tried PrintMonitor Demo with "XoDo Docs" and "DocumentViewer" Metro store Apps but the driver is not injecting the dll in...
by manutai
Wed May 11, 2016 12:13 pm
Forum: madCollection
Topic: Unable to inject a dll using madcodehook driver for app stor
Replies: 21
Views: 35607

Re: Unable to inject a dll using madcodehook driver for app

Yes, our hook dll is having NTFS read/execute rights for "ALL APPLICATION PACKAGES" but injection is not successful.