Delphi read sectors from disk

Asked By 0 points N/A Posted on -
qa-featured

Hi,

How can I read the first sector or cluster of an EXE file that is saved on the disk. Please suggest me solution for delphi read sectors from disk. Thanks.

Regards,

Donal Bambie

SHARE
Best Answer by Sierra Adams
Answered By 10 points N/A #147876

Delphi read sectors from disk

qa-featured

The file over the disk is saved in an array type so to read the file you need such a program that will help you in reading that array and you will be able to manipulate your data.

 

Smith Thompson.

 

Best Answer
Best Answer
Answered By 10 points N/A #147875

Delphi read sectors from disk

qa-featured

Hi Donal,

You can do this by many ways. You can use software for reading or you can read it by yourself by using some techniques of file reading. You can create a file under sector 0 in c and read it.

For software for reading it see the following link:

For file reading help check these:

Thank you.

Related Questions