int 13h in windows protected mode?

后端 未结 4 1643
[愿得一人]
[愿得一人] 2021-01-15 03:33

Could we use the Int 13h (direct disk read/write) in Windows operating systems or does the windows protected mode not allow us, and if so is there a work round? Thanks in ad

4条回答
  •  北海茫月
    2021-01-15 04:14

    With the right permissions (administrator has them), you can use Win32 CreateFile and related functions to access physical drives and logical partitions directly. See the MSDN documentation.

提交回复
热议问题