
October 24th, 2011, 01:36 AM
|
|
|
|
How to analyze a hard disk byte by byte
Is there any software that will help me view the contents of my disk byte by byte?
Some hex editors allow us to see the files present in a directory and then open the file, then view and/or edit the file byte by byte
So for this to work the OS should know that the sequence of bytes is a file of certain type
and it will show me each and every byte of the file until the end is reached
So for the OS to recognise it as a file there should some kind of header or pointer to the beginning of the file, and some kind of EOF character as well, stored in the hard disk (as per the structure of the file system I guess (?) )
What I wanted to know was is there any software that will let me view these headers and end of file characters as well
So for example, using this software I would be able to see the value of the pointers that determine where a folder starts in the hard drive
So in effect I should be able to see each and every byte of the hard disk, from byte no 0 to byte no whatever the size of the hard disk is
Is there any program that would let me do this?
and perhaps having some extra features as well, such as when it sees a particular pointer structure it knows that it is a folder and shows this fact to us using an icon, or it sees a particular sequence of bytes and knows that it is the MBR and notifies us as such
I hope I was able to explain what kind of program I mean
Thank you very much
|