Delphi read sectors from disk
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
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
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.
Â
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.