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
Copy file name to clipboardExpand all lines: README.md
+52-34Lines changed: 52 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<palign="center">
2
-
<imgwidth="256"heigth="256"src="Images/vmup.png">
2
+
<imgwidth="256"heigth="256"src="Docs/vmup.png">
3
3
<h1align="center">VMUnprotect.NET</h1>
4
4
<palign="center">
5
5
<strong>VMUnprotect</strong> is a project engaged in hunting virtualized <ahref="https://vmpsoft.com">VMProtect</a> methods. It makes use of <ahref="https://github.com/pardeike/Harmony">Harmony</a> to dynamically read <strong>VMP</strong> behavior. Currently only supports method administration. Works on <ahref="https://vmpsoft.com/20210919/vmprotect-3-5-1/">VMProtect 3.5.1</a> (Latest) and few versions back.
@@ -12,15 +12,16 @@
12
12
</p>
13
13
14
14
## Showcase
15
-
<imgsrc="Images/show.gif">
15
+
<imgsrc="Docs/show.gif">
16
16
17
17
# Usage
18
18
```sh
19
19
VMUnprotect.exe
20
-
-f, --file Required. Path to file.
21
-
--usetranspiler (Default: false) Use an older method that makes use of Transpiler (not recommended).
22
-
--help Display this help screen.
23
-
--version Display version information.
20
+
-f, --file Required. Path to file.
21
+
--usetranspiler (Default: false) Use an older method that makes use of Transpiler (not recommended).
22
+
--enableharmonylogs (Default: true) Enable logs from Harmony.
23
+
--help Display this help screen.
24
+
--version Display version information.
24
25
```
25
26
26
27
# Supported Protections
@@ -36,36 +37,53 @@ Virtualization Tools | Yes
36
37
Strip Debug Information | Yes
37
38
Pack the Output File | No
38
39
39
-
# Usage can be found in ```Methods\MiddleMan.cs```
0 commit comments