MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / exFAT_dump

Function exFAT_dump

src/texfat.c:64–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#endif
63
64static void exFAT_dump(disk_t *disk, const partition_t *partition, const unsigned char *buffer_bs, const unsigned char *buffer_backup_bs, char **current_cmd)
65{
66 log_info("Superblock Backup superblock\n");
67 dump2_log(buffer_bs, buffer_backup_bs, 12 * disk->sector_size);
68 if(*current_cmd==NULL)
69 {
70#ifdef HAVE_NCURSES
71 exFAT_dump_ncurses(disk, partition, buffer_bs, buffer_backup_bs);
72#endif
73 }
74}
75
76static int exFAT_boot_sector_command(char **current_cmd, const char *options)
77{

Callers 1

exFAT_boot_sectorFunction · 0.85

Calls 2

dump2_logFunction · 0.85
exFAT_dump_ncursesFunction · 0.85

Tested by

no test coverage detected