You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,16 @@ DLLirant is a tool to automatize the DLL Hijacking researches on a specified bin
9
9
10
10
## How to install
11
11
12
-
You need to install Visual Studio Community Edition or superior.
13
-
14
-
Start `DLLirantDLL.sln` in the directory "DLLirantDLL" to update the Visual Studio version on the project, select "Release x64" in the Visual Studio top menu, select your build tools available in the project properties and close Visual Studio (just one time).
15
-
16
-
Install pefile from pip:
12
+
* Install LLVM for Windows: https://llvm.org/builds/
13
+
* Do not forget to check the "Add LLVM to the system PATH for current user" during the installation.
14
+
* Install pefile from pip:
17
15
18
16
```
19
17
pip3 install pefile
20
18
```
21
19
22
20
## How to use
23
21
24
-
In a first time you need to start a command line with the tool `x64 Native Tools Command Prompt for VS` (search with the windows touch)
25
-
26
22
Use the `cd` command to your DLLirant directory and to test a binary:
0 commit comments