如何借助 P/Invoke 创建文件来读取引导扇区并显示 .MBR?
我浏览过 CreateFile 文档...仍然想知道如何使用 P/Invoke 调用 CreateFile 并读取引导扇区,以显示 .MBR?
这部分有参考代码吗? 先感谢您!
I've browsed through the CreateFile documentation... still wondering how should I use P/Invoke to call CreateFile and to read the boot sector, to display out the .MBR?
Any reference code for this portion? Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要扩展 Baget 的答案,您可以像这样调用
CreateFile
:To expand on Baget's answer, you can call
CreateFile
like this:也许这个问题会对您有所帮助
基本上您需要在文件名
"\\.\PHYSICALDRIVE0"
Maybe this question will help you
Basically you need to access a device using this syntax in the filename
"\\.\PHYSICALDRIVE0"