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
@@ -109,14 +84,23 @@ As VMProtect describes it on their's website. Code virtualization is the next st
109
84
### Can it devirtualize VMP?
110
85
No, isn't even meant for devirtualization.
111
86
87
+
Todo | Done
88
+
---------------------------------|---------
89
+
Change this to support more VM's | X
90
+
VMP Stack tracing | X
91
+
Bypass VMP Debugger Detection | ✓
92
+
Bypass VMP CRC Check | X
93
+
WPF GUI | X
94
+
112
95
# Credits
113
96
*[Washi](https://github.com/Washi1337) Overall credits for the project and inspiration with UnsafeInvokeInternal, thanks <3
114
97
115
98
This tool uses the following (open source) software:
116
99
*[dnlib](https://github.com/0xd4d/dnlib) by [0xd4d](https://github.com/0xd4d), licensed under the MIT license, for reading/writing assemblies.
117
100
*[Harmony](https://github.com/pardeike/Harmony) by [Andreas Pardeike](https://github.com/pardeike), licensed under the MIT license
118
101
*[Serilog](https://github.com/serilog/serilog) provides diagnostic logging to files, the console, and elsewhere. It is easy to set up, has a clean API.
119
-
102
+
*[commandline](https://github.com/commandlineparser/commandline) offers CLR applications a clean and concise API for manipulating command line arguments and related tasks
103
+
*[Autofac](https://github.com/autofac/Autofac) Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity. This is achieved by treating regular .NET classes as components.
0 commit comments