SEFile
Userspace drivers to manage a secure filesystem
|
![]() ![]() | The SEFILE_HANDLE struct |
![]() ![]() | The SEFILE_HEADER struct |
![]() ![]() | The SEFILE_SECTOR struct This data struct is the actual sector organization. The total size should ALWAYS be equal to SEFILE_SECTOR_SIZE. The first sector is used to hold ONLY the header. Thanks to the union data type, the developer can simply declare a sector and then choose if it is the header sector or not |