Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Custom DR Software

July 13th, 2005, 16:23

I would like to write my own simple Data Recovery program. I have heard everything from using AT Commands, to programming in C+ (Which I don't know). Does anyone have any advice on where to start? I would like to get something going for my own personal use.

Thanks a ton!

July 13th, 2005, 16:54

Hi,

For dealing with IO ports assembly is the best :)
I write the very low level code in assembly and the more complex things in C.

pepe
Post a reply