Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino authored Jun 3, 2024
1 parent 3158cf3 commit 9d606ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ First you compile the shellcode (this may vary depending on your machine) for ex
Then, you compile the main code with your preferred compiler, in this case I will use G++ for example: ```g++ -o main.exe main.cpp```

After you compile, you can run for example: ```./main.exe -h``` which will give you all the options of what to do and how to do it.

<img src="img/banner2.jpg">

## running the script
After that, you can concatenate the files and inject the shellcode, as in this example:

<img src="img/runningscript.jpg">

You can also concatenate binary with binary, as in this example:
Expand Down

0 comments on commit 9d606ba

Please sign in to comment.