diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-25 10:38:06 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-25 10:38:06 +0200 |
| commit | f34d39946213f68c4d49c47eaaedb99b0f5f47ad (patch) | |
| tree | c98ab1d8e90275c203b5e4b8e6ce1b53ff3d0eff /dev/base/EncryptFS | |
| parent | daa4f8c748d290feba8a71e889743a8a3097ad7d (diff) | |
IMP: Add driver creation tool, zxdmake. Also adding a FireWall system.
- A FW is used to block connections from unknown ends.
- The ZXD is a format used to describe a ZKA PE32+ driver.
- Some refactors have been done as well.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/base/EncryptFS')
| -rw-r--r-- | dev/base/EncryptFS/build.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/base/EncryptFS/build.json b/dev/base/EncryptFS/build.json index 3b41b059..1f9b018e 100644 --- a/dev/base/EncryptFS/build.json +++ b/dev/base/EncryptFS/build.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "./"], "sources_path": ["src/*.cxx"], - "output_name": "efs.sys", + "output_name": "efs.zsc", "compiler_flags": [ "-ffreestanding", "-shared", |
