Click here to Skip to main content
15,912,493 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello all,
I looked up this post, but for some reasons I wanna search for more

I wanna hide files in windows 7, maybe kernel mode, but any means necessary. Maybe I wanna hook NtQueryDirectoryFile, but I don't know how to call it, and filter the results.

Thank you all

What I have tried:

I tried to understand the code from here but I'm not familiar with the syntax

*https://www.codeproject.com/articles/32744/driver-to-hide-processes-and-files
Posted
Updated 18-Jan-18 21:38pm
Comments
[no name] 19-Jan-18 3:30am    
I think the link you posted has used some C++ programming based frameworks.This article best suites your need.
Member 13536260 19-Jan-18 3:37am    
thanks for the reply but, I can't understand it, too many header, filing up notepad++ tabs. Can I ask where's the main filehider in that article? And I'm not familiar with that syntax

Thanks
[no name] 19-Jan-18 3:53am    
Yes please go ahead with your questions in that article please
Member 13536260 19-Jan-18 4:29am    
Hello, hope your reading this, I wanna ask about the main file hider source code in that article please :)

1 solution

Quote:
I tried to understand the code from here but I'm not familiar with the syntax
That's probably because the code is in C++ - and if you don't understand C++ and the way the Windows works, you aren't going to succeed in this effort. You need to hook into the operating system, and really does mean that C++ is pretty much your only option.

So either learn C++ and advanced windows programming, or abandon this idea: you need to have "Expert" level experience to even start with something like this. Unless you know exactly what you are doing, you will crash your computer - possibly to the point where it needs a reformat - just trying to debug your code.
 
Share this answer
 
Comments
Member 13536260 19-Jan-18 4:35am    
hi, Sorry about that, I modified a driver that I cloned from here *https://github.com/0xbaadf00d/deadlands-windows-dkom but it was written in C, I think I could understand the C++ code but there's just so many files, *fileRulechecker.h, *filehider.c and all those stuff, but I'll do my best
OriginalGriff 19-Jan-18 4:38am    
There's a lot of files for a reason :laugh:
Good luck!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900