diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-20 10:04:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-20 10:04:39 +0200 |
| commit | 01658f0f5ba1fb3e84d61629f15b8c5221bf66dc (patch) | |
| tree | e3a3320fd6f29d063675feb8cf4ba6645e18d65a /dev/EFS/Sources/EncryptBlock.cxx | |
| parent | f1ac02764430421a0245261811c819fee0673ef4 (diff) | |
+ Fixes and refactors regarding Kernel DLL and other DLLs.
+ Next commit will fix TryLogIn method.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/EFS/Sources/EncryptBlock.cxx')
| -rw-r--r-- | dev/EFS/Sources/EncryptBlock.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev/EFS/Sources/EncryptBlock.cxx b/dev/EFS/Sources/EncryptBlock.cxx new file mode 100644 index 00000000..09b8c0d9 --- /dev/null +++ b/dev/EFS/Sources/EncryptBlock.cxx @@ -0,0 +1,14 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include <cstddef> +#include <cstdint> + +enum +{ + eEFSFlagEncrypted = 0x3f, + eEFSFlagEncryptedEPM = 0xf3, +}; |
