我如何访问文件系统记录 [英] How can I access filesystem records

查看:107
本文介绍了我如何访问文件系统记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要开发一个与数据隐藏和安全相关的应用程序,所以我需要访问和操作FAT和NTFS文件系统的文件系统记录。任何人都可以帮我找到上述问题的解决方案。

解决方案

每个文件系统都有自己的低级API用于此类事情 - 所以我建议C是更好的语言。



我建议您阅读 MSDN [ ^ ]和,如果仍有兴趣,请获取书籍 Windows Internals [ ^ ]



这是一个主题 - 准备投入一些重要工作。


你还应该看看文件系统过滤器驱动程序简介 [ ^ ]。

I need to develop an application related to data hiding and security so I need to access and manipulate the filesystem records of FAT and NTFS filesystems.. Can anyone help me in finding solution for the above problem.

解决方案

Each file system has its own low level API for such things - so I'd suggest C is the better language to use.

I suggest you do some reading on MSDN[^] and, if still interested, get the book Windows Internals[^]

This is a big topic though - be prepared to put in some significant work.


You should also take a look at Introduction to File System Filter Drivers[^].


这篇关于我如何访问文件系统记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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