https://github.com/2naive/raw-hdd-reader
Raw HDD (and other devices) reading/writing C++ utility
https://github.com/2naive/raw-hdd-reader
Last synced: about 1 year ago
JSON representation
Raw HDD (and other devices) reading/writing C++ utility
- Host: GitHub
- URL: https://github.com/2naive/raw-hdd-reader
- Owner: 2naive
- Created: 2012-09-28T22:51:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-28T23:55:43.000Z (over 13 years ago)
- Last Synced: 2025-01-16T07:54:39.084Z (over 1 year ago)
- Language: C++
- Size: 673 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raw-hdd-reader
==============
Raw HDD (and other devices) reading/writing C++ utility
## Basic information
### Use cases
* reading/writing data to unpartitioned space
* reading raw device data
### Main features
* administrator privileges check
* device information view
* MBR partition table information
* write file to selected sectors
* read file from selected sectors
* XOR file data
* selected sector view
* unpartitioned space view
### TO-DO List
* device selection
* encryption method selection
## Credits
You may join this class discussion here:
http://stupid.su/raw-hdd-read-write/.
If that programm will be interesting - I will continue adding new features.
Thank you for reading.
- naive