我想在Windows 7中隐藏文件 [英] I wanna hide files in windows 7

查看:97
本文介绍了我想在Windows 7中隐藏文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我查了这篇帖子,但由于某些原因我想搜索更多



我想隐藏文件Windows 7,也许是内核模式,但任何必要的手段。也许我想挂钩NtQueryDirectoryFile,但我不知道如何调用它,并过滤结果。



谢谢大家



我尝试了什么:



我试图从这里了解代码,但我不熟悉语法



* https://www.codeproject.com/articles/32744/driver-to-hide-processes-and-files

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

推荐答案

引用:

我试着从这里理解代码,但我不熟悉语法

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

这可能是因为代码是用C ++编写的 - 如果你不了解C ++和Windows的工作方式,你就不会在这方面取得成功。你需要挂钩操作系统,并且确实意味着C ++几乎是你唯一的选择。



所以要么学习C ++和高级Windows编程,要么放弃这个想法:你需要具备专家级别的经验才能开始这样的事情。除非你确切知道自己在做什么,否则你的计算机会崩溃 - 可能只需要重新格式化 - 只需要尝试调试你的代码。

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.


这篇关于我想在Windows 7中隐藏文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆