Programma per fare sostegno di MBR

 
Software di recupero di dati
Software di reperimento dei dati Home Contact us Support

Data Recovery Software | Data Recovery Services | Software Development | Web Services | Data Recovery | Live Chat | iPod Restore | Sim Card Recovery

Scrittura del programma per fare sostegno di MBR:

/* Programma per fare sostegno di MBR */

#include <bios.h>
#include <stdio.h>

int main(void)
{
struct diskinfo_t dinfo; /* Structure to Hold the information of disk Parameters */
int result;
int count=0;
char filename[80]; /* Stores the File name given by User */
static char dbuf[512]; /* Data Buffer of 512 Bytes */
FILE *fp;

dinfo.drive = 0x80; /* drive number for First Hard
Disk */
dinfo.head = 0; /* disk head number */
dinfo.track = 0; /* track number */
dinfo.sector = 1; /* sector number */
dinfo.nsectors = 1; /* sector count */
dinfo.buffer = dbuf; /* data buffer */

printf("\n Enter The Filename and path to store the Backup of MBR \n ");

gets(filename);

// Open The File to Store the MBR Backup \\

if((fp=fopen(filename,"wb"))==NULL)
{
printf("Could not Create File, Press any key to Exit...");
getch();
exit(0);
}

printf("Attempting to read from Hard disk drive :\n");

Free Recover Data
SIM Recovery Pen Drive Recovery Data Retrieval Hard Drive Recover iPod Songs
Undelete Software Free Download Deleted Partition Recovery Undelete Files Removed From Recycle bin USB Data Recovery Freeware
Memory Card Recovery Software Deleted File Recovery Tools Download Free Data Recovery Services Picture Recovery free

//// Leggere il settore specificato del disc \\\\

result = _bios_disk(_DISK_READ, &dinfo);

if ((result & 0xff00) == 0)
{
printf("Disk read from hard disk drive :
successful.\n");

/// Scrivere 512 byte di MBR alla lima \\\\

while(count<512)
{
fprintf(fp,"%c",dbuf[count] & 0xff );
count++;
}
fclose(fp);
}
else
printf("Cannot read Hard Disk drive, status = 0x%02x\n", result);
return 0;
}

Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi, translated using machine translation. See original English contents on Data recovery book pages.

Data Recovery with & without Programming


Publishers of the Book
Number of Pages
ISBN
Price of the Book


BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)





Buy Data recovery Book

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19

Next page
Data recovery software Data recovery software
Windows Data Recovery Software Windows Data Recovery Software
iPod Data Recovery Software iPod Data Recovery Software
Memory Card Data Recovery Software Memory Card Data Recovery Software
Pen Drive Data Recovery Software Pen Drive Data Recovery Software
Digital Camera Data Recovery Software Digital Camera Data Recovery Software
Removable Media Data Recovery Software Removable Media Data Recovery Software
FAT Data Recovery Software

FAT Data Recovery Software

NTFS Data Recovery Software NTFS Data Recovery Software

Windows Recovery Software
Download Free File Recovery Utilities
Undelete Hard Drive Partition
Download Password Cracker
Recover Deleted Files
Download Flash Drive Recovery
Free Digital Recovery
Keylogger Free Trial
Free USB Drive Data Recovery
Files Recovery For Hard Drive
iPod Recovery Program
Data Recovery Software Freeware
File Recovery Software Repairs
Hard Drive Data Recovery Service
Memory Stick Recover
Data Restoration
Formatted Hard Disk Data Recovery
Deleted Data Recovery Utilities
Data Recovery Tools For Hard Drive

Software development services Software development services
Custom Software Development Custom Software Development
Offshore Software Development Offshore Software Development
Microsoft .NET Development Microsoft .NET Development
Java / J2EE Development Java / J2EE Development
Wireless / Mobile Application Development Wireless / Mobile Application Development
Database Solutions Database Solutions

Data recovery Education center Data recovery Education center
Data Recovery Training Data Recovery Training
Data Recovery Services Data Recovery Services
Data Recovery Education Materials Data Recovery Education Materials
Data Recovery Book Data Recovery Book



Data Recovery Software

Data Recovery Software

iPod Restore

iPod Restore

Memory Stick Data Recovery

Memory Stick Data Recovery

Mobile Phone Data Recovery

Mobile Phone Data Recovery

USB Drive Data Recovery

USB Drive Data Recovery

Data Recovery Utility

Data Recovery Utility

Digital Camera Data Recovery

Digital Camera Data Recovery

Data Recovery Services

Data Recovery Services

Data Recovery

Data Recovery

Data Recovery Utilities

Data Recovery Utilities

File Recovery Software

File Recovery Software

Files Recovery

Files Recovery

iPod Data Recovery

iPod Data Recovery

Data Recovery Tools

Data Recovery Tools

© Copyright 2002-2005 DataDoctor.Biz

Software di recupero di dati di Windows | Software di recupero di dati della scheda di memoria | Software di recupero di dati della macchina fotografica di Digital | Software di recupero di dati dell'azionamento della penna | software di recupero di dati del iPod | Software smontabile di recupero di dati di mezzi | Software di recupero di dati di FAT | Software di recupero di dati di NTFS

Home | Contatto | Download | Risorse | Termini e condizioni | Sitemap