https://github.com/syncom/roguessd-nvme-wincli
Windows 10 userspace application for sending Rogue SSD needed NVME commands
https://github.com/syncom/roguessd-nvme-wincli
Last synced: 7 months ago
JSON representation
Windows 10 userspace application for sending Rogue SSD needed NVME commands
- Host: GitHub
- URL: https://github.com/syncom/roguessd-nvme-wincli
- Owner: syncom
- Created: 2017-12-01T05:40:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T06:49:52.000Z (about 8 years ago)
- Last Synced: 2025-01-07T22:13:16.395Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roguessd-nvme-wincli
Windows 10 userspace application for Sending Rogue SSD needed NVME commands
This application sends a vendor-specific command to the device, using CDW15 to hold authentication data.
# References
1. [Working with NVMe drives](https://msdn.microsoft.com/en-us/library/windows/desktop/mt718131(v=vs.85).aspx)
2. [Calling DeviceIoControl](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363147(v=vs.85).aspx)
3. [Where is nvme.h include file on Windows 10 Kit?](https://social.msdn.microsoft.com/Forums/en-US/24f6bf24-7545-4863-858b-3c8876109b53/where-is-nvmeh-include-file-on-windows-10-kit?forum=windowsgeneraldevelopmentissues)