- 김희성/MTFREADER . . . . 18 matches
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
ReadSector((boot_block.MftStartLcn) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, $MFT);
if( *((char*)$MFT+j*boot_block.BytesPerSector-2)==
*((char*)$MFT+j*boot_block.BytesPerSector-1)==
*((char*)$MFT+j*boot_block.BytesPerSector-2)=
*((char*)$MFT+j*boot_block.BytesPerSector-1)=
offset.QuadPart = sector * boot_block.BytesPerSector;
ReadFile(hVolume, buffer, count * boot_block.BytesPerSector, &n, &overlap);
info+j*boot_block.BytesPerSector*boot_block.SectorsPerCluster);
for(i=0;i<MFTLength*boot_block.BytesPerSector*boot_block.SectorsPerCluster/BytesPerFileRecord;i++)
if( *((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)==
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-1)==
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)=
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-1)=
if( *((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)==
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-1)==
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)=
*((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-1)=
- 새싹교실/2012/세싹 . . . . 17 matches
U16 BytesPerSector; //섹터당 바이트 수
printf("Sector per Bytes : %u \n",boot_block.BytesPerSector);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
offset.QuadPart = sector * boot_block.BytesPerSector;
ReadFile(hVolume, buffer, count * boot_block.BytesPerSector, &n, &overlap);
printf("Sector per Bytes : %u \n",boot_block.BytesPerSector);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
ReadSector(boot_block.Mft2StartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
offset.QuadPart = sector * boot_block.BytesPerSector;
ReadFile(hVolume, buffer, count * boot_block.BytesPerSector, &n, &overlap);
printf("Sector per Bytes : %u \n",boot_block.BytesPerSector);
BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
ReadSector((boot_block.MftStartLcn+0) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
offset.QuadPart = sector * boot_block.BytesPerSector;
ReadFile(hVolume, buffer, count * boot_block.BytesPerSector, &n, &overlap);
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.