Project Description
After my RAID 0 array was broken, I decided to develop a program to inspect and fix the data distributed on my 4 hard disks. Why I didn't use any recovery tool was a long story (yeah, I did something stupid, which made all the tools useless...). So my last hope remained on what this tool could do.
Unfortunately I didn't get my data back. It's all corrupted and I had to give it up. But the source code of this tool may be helpful for someone with the same purpose in the future. So I decided to publish it.
Basically this tool accesses NTFS from a very basic level. And it can retrieve information of certain file record by reading MFT. It's hardly called a finished project. But any project expected a similar functionality can start from this.