我如何访问文件系统记录

编程入门 行业动态 更新时间:2024-10-23 16:20:04
本文介绍了我如何访问文件系统记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我需要开发一个与数据隐藏和安全相关的应用程序,所以我需要访问和操作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[^].

更多推荐

我如何访问文件系统记录

本文发布于:2023-10-31 18:46:12,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1546957.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件系统

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!