E D R , A S I H C RSS

Full text search for "BytesPerFileRecord"

Bytes Per File Record


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 김희성/MTFREADER . . . . 46 matches
          U32 BytesPerFileRecord;
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          $MFT = PFILE_RECORD_HEADER(new U8[BytesPerFileRecord]);
          ReadSector((boot_block.MftStartLcn) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, $MFT);
          fwrite((void*)MFT,BytesPerFileRecord,MFTLength,fp);
          for(i=0;i<MFTLength*boot_block.BytesPerSector*boot_block.SectorsPerCluster/BytesPerFileRecord;i++)
          if( ((unsigned char*)MFT+i*BytesPerFileRecord)[0]!='F'
          ((unsigned char*)MFT+i*BytesPerFileRecord)[1]!='I'
          ((unsigned char*)MFT+i*BytesPerFileRecord)[2]!='L'
          ((unsigned char*)MFT+i*BytesPerFileRecord)[3]!='E'
         // if(*((int*)((unsigned char*)MFT+i*BytesPerFileRecord+32)))
          fprintf(fp,"MFT's Signaturer : %s\n", ((unsigned char*)MFT+i*BytesPerFileRecord));//+0x27);
          , *((unsigned char*)MFT+i*BytesPerFileRecord+47),*((unsigned char*)MFT+i*BytesPerFileRecord+46),
          *((unsigned char*)MFT+i*BytesPerFileRecord+45),*((unsigned char*)MFT+i*BytesPerFileRecord+44));
          for(j=1;j<=*((unsigned short*)((unsigned char*)MFT+i*BytesPerFileRecord+6));j++)
          if( *((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)==
          *((char*)MFT+i*BytesPerFileRecord+*((unsigned short*)((unsigned char*)MFT+i*BytesPerFileRecord+4)))
          *((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-1)==
          *((char*)MFT+i*BytesPerFileRecord+*((unsigned short*)((unsigned char*)MFT+i*BytesPerFileRecord+4))+1)
          *((char*)MFT+i*BytesPerFileRecord+j*boot_block.BytesPerSector-2)=
  • 새싹교실/2012/세싹 . . . . 13 matches
         U32 BytesPerFileRecord;
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          MFT = PFILE_RECORD_HEADER(new U8[BytesPerFileRecord]);
          ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
         U32 BytesPerFileRecord;
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          MFT = PFILE_RECORD_HEADER(new U8[BytesPerFileRecord]);
          ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
          ReadSector(boot_block.Mft2StartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
         U32 BytesPerFileRecord;
          BytesPerFileRecord = boot_block.ClustersPerFileRecord < 0x80? boot_block.ClustersPerFileRecord* boot_block.SectorsPerCluster* boot_block.BytesPerSector : 1 << (0x100 - boot_block.ClustersPerFileRecord);
          MFT = PFILE_RECORD_HEADER(new U8[BytesPerFileRecord]);
          ReadSector((boot_block.MftStartLcn+0) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
Found 2 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0065 sec