Search found 4 matches

by sakshisoft
Wed May 16, 2018 10:12 am
Forum: madCollection
Topic: CreateFileW hooking in Windows 10
Replies: 7
Views: 14666

Re: CreateFileW hooking in Windows 10

We couldn't find the .spl path for NtCreateFile and NtOpenFile after hooking that. And there is only one spoolsv.exe is running. We verified Process Id of injected Process and Process Id of spoolsv.exe which is in ProcessMonitor, both are same. This solution is run properly in Windows 7. We doubt if...
by sakshisoft
Wed May 16, 2018 8:37 am
Forum: madCollection
Topic: CreateFileW hooking in Windows 10
Replies: 7
Views: 14666

Re: CreateFileW hooking in Windows 10

Yes, in Windows 8 and 10 .spl path created by spoolsv.exe process only checked in ProcessMonitor. We couldn't find the .spl path for NtCreateFile and NtOpenFile.

We doubt if it is security issue with higher versions of Windows.
Screenshot of ProcessMonitor
Screenshot of ProcessMonitor
Screenshot_Procmon1.jpg (185.02 KiB) Viewed 14653 times
Thanks.
by sakshisoft
Tue May 15, 2018 10:16 am
Forum: madCollection
Topic: CreateFileW hooking in Windows 10
Replies: 7
Views: 14666

Re: CreateFileW hooking in Windows 10

Thanks for reply. We are getting only following paths C:\WINDOWS\SYSTEM32\ntdll.dll, C:\WINDOWS\system32\spool\DRIVERS\x64\3\primopdf.BPD, C:\WINDOWS\system32\spool\DRIVERS\x64\3\primopdf.ppd But we are searching for .spl file path which is created during printing. We are getting .spl path in Window...
by sakshisoft
Tue May 15, 2018 9:56 am
Forum: madCollection
Topic: CreateFileW hooking in Windows 10
Replies: 7
Views: 14666

CreateFileW hooking in Windows 10

I have injected dll in spoolsv.exe with CreateFileW API. But I cannot get particular file path in hooked CreateFileW even HookAPI return 1(success), when I tried in Windows 10 & 8. Although I get that particular file path in Windows 7 properly. And also got that particular file path in "Pro...