Skip to content

Commit

Permalink
Merge pull request dzonerzy#1 from moritzdietz/fix-path
Browse files Browse the repository at this point in the history
Fix path to payload.c
  • Loading branch information
dzonerzy authored Jan 26, 2022
2 parents be71f78 + e363920 commit 41c49ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PoC for CVE-2021-4034 dubbed pwnkit

Once compiled put the shared object in the same folder as the exploit binary

`gcc payload.c -o payload.so -shared -fPIC`
`gcc payload/payload.c -o payload.so -shared -fPIC`


## Enjoy
Expand Down

0 comments on commit 41c49ad

Please sign in to comment.