Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-28T23:55:43.000Z (over 12 years ago)
- Last Synced: 2023-03-22T17:12:44.676Z (almost 2 years 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