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

Commit c0f2603

Browse files
committed
Updated readme and screenshots
1 parent a096f5d commit c0f2603

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
DLLirant is a tool to automatize the DLL Hijacking and DLL Proxying researches on a specified binary.
33

44
![alt text](https://raw.githubusercontent.com/Sh0ckFR/DLLirant/main/screenshot.png)
5+
![alt text](https://raw.githubusercontent.com/Sh0ckFR/DLLirant/main/screenshot2.png)
56

67
## Live Demo
78

@@ -11,13 +12,21 @@ DLLirant is a tool to automatize the DLL Hijacking and DLL Proxying researches o
1112

1213
* Install LLVM for Windows: https://llvm.org/builds/
1314
* Do not forget to check the "Add LLVM to the system PATH for current user" during the installation.
14-
* Install pefile from pip:
15+
* Install pefile from pip (only for the old python version):
1516

1617
```
1718
pip3 install pefile
1819
```
1920

20-
## How to use
21+
## How to use (.NET version)
22+
23+
Left click, left click and left click again.
24+
25+
Just in case, if you want to use the DLL Proxying feature, do not forget to use names like "proxy.dll" in the textbox or absolute paths like "C:\\Windows\\System32\\yourdll.dll".
26+
27+
And you have only 10 seconds to click on each error dialogs generated by your targeted application (I must fix it later).
28+
29+
## How to use (Python version)
2130

2231
Use the `cd` command to your DLLirant directory and to test a binary:
2332

@@ -31,7 +40,7 @@ If you want to create a proxy dll, you can use the -p option on the original vul
3140
python3 DLLirant.py -p "C:\THEFULLPATH\VulnerableDLL.dll"
3241
```
3342

34-
## How it works
43+
## How it works (Python version but .NET is similar)
3544

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

screenshot.png

6.52 KB
Loading

screenshot2.png

400 KB
Loading

0 commit comments

Comments
 (0)