feat: maybe finished the loader for now

I need a beacon before I can appropriately test the loader
This commit is contained in:
Andrew Rioux
2025-01-21 23:23:07 -05:00
parent cd56d57cb3
commit 53019f6fc9
8 changed files with 130 additions and 22 deletions
+2
View File
@@ -51,6 +51,7 @@ let
(craneLib.fileset.commonCargoSources ./nl-sys)
./nl-sys/src/bridge.c
(craneLib.fileset.commonCargoSources ./packets)
(craneLib.fileset.commonCargoSources ./sparse-infector)
(craneLib.fileset.commonCargoSources ./sparse-beacon)
(craneLib.fileset.commonCargoSources ./sparse-unix-beacon)
(craneLib.fileset.commonCargoSources ./sparse-windows-beacon)
@@ -70,6 +71,7 @@ let
(craneLib.fileset.commonCargoSources ./nl-sys)
./nl-sys/src/bridge.c
(craneLib.fileset.commonCargoSources ./packets)
(craneLib.fileset.commonCargoSources ./sparse-infector)
(craneLib.fileset.commonCargoSources ./sparse-installer)
];
};