Added some more functionality to payload installation

This commit is contained in:
2019-12-10 19:01:02 -05:00
parent 16cf301e80
commit 1ea372da10
7 changed files with 142 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
#include <stdio.h>
#include "checkm8.h"
#include "payload.h"
int main()
{
@@ -10,4 +11,5 @@ int main()
return -1;
}
install_payload(dev, PAYLOAD_AES, DRAM);
}