Added a generic payload entry point to support async execution

This commit is contained in:
2020-02-11 14:38:21 -05:00
parent 80fd4f6b4c
commit 637fd548f5
8 changed files with 145 additions and 43 deletions

View File

@@ -332,7 +332,6 @@ void usb_task_exit(struct pwned_device *dev)
int main()
{
struct dev_cmd_resp *resp;
struct pwned_device *dev = exploit_device();
if(dev == NULL || dev->status == DEV_NORMAL)
{