- 새싹교실/2012/세싹 . . . . 11 matches
void ReadSector(U64 sector, U32 count, void* buffer);
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
void ReadSector(U64 sector, U32 count, void* buffer)
ReadFile은 파일포인터를 읽은 만큼 옮기던데 ReadSector에서는 옮긴 지점부터 섹터 단위로 세어서 읽는 건가요? 아니면 처음부터 다시 세어 읽는건가요? - [김희성]
void ReadSector(U64 sector, U32 count, void* buffer);
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
ReadSector(boot_block.Mft2StartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
void ReadSector(U64 sector, U32 count, void* buffer)
void ReadSector(U64 sector, U32 count, void* buffer);
ReadSector((boot_block.MftStartLcn+0) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
void ReadSector(U64 sector, U32 count, void* buffer)
- 김희성/MTFREADER . . . . 4 matches
void ReadSector(U64 sector, U32 count, void* buffer);
ReadSector((boot_block.MftStartLcn) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, $MFT);
void _MFT_READER::ReadSector(U64 sector, U32 count, void* buffer)
ReadSector(offset * boot_block.SectorsPerCluster,
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.