Added some more functionality to payload installation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user