Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit f7d015c

Browse files
authored
Update README.md
1 parent 914f70a commit f7d015c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Use the `cd` command to your DLLirant directory and to test a binary:
2929
python3 DLLirant.py -f "C:\THEFULLPATH\YourBinary.exe"
3030
```
3131

32+
If you want to create a proxy dll, you can use the -p option on the original vulnerable dll (read https://itm4n.github.io/dll-proxying/ for more informations):
33+
34+
```
35+
python3 DLLirant.py -p "C:\THEFULLPATH\VulnerableDLL.dll"
36+
```
37+
3238
## How it works
3339

3440
The script will create an output directory in the same directory of DLLirant.py, copy the targeted binary to the output directory.

0 commit comments

Comments
 (0)