Skip to content

Commit

Permalink
Update PayLoad.c
Browse files Browse the repository at this point in the history
  • Loading branch information
efidemon69 authored Sep 19, 2022
1 parent eece6cc commit e9b2a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PayLoad.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// this can also just be set at compile time if you want too, but for PoC im going
// to read the payload from disk and delete it after...
// x64-86

VOID* PayLoad = NULL;

UINT32 PayLoadSize(VOID)
Expand Down Expand Up @@ -159,4 +161,4 @@ EFI_STATUS LoadPayLoadFromDisk(VOID** PayLoadBufferPtr)

Print(L"unable to find payload on disk...\n");
return EFI_ABORTED;
}
}

0 comments on commit e9b2a88

Please sign in to comment.