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 +87,24 @@ As VMProtect describes it on their's website. Code virtualization is the next st
109
87
### Can it devirtualize VMP?
110
88
No, isn't even meant for devirtualization.
111
89
90
+
Todo | Done
91
+
---------------------------------|---------
92
+
Change this to support more VM's | X
93
+
VMP Stack tracing | X
94
+
Bypass VMP Debugger Detection | ✓
95
+
Bypass VMP CRC Check | X
96
+
WPF GUI | X
97
+
112
98
# Credits
113
99
*[Washi](https://github.com/Washi1337) Overall credits for the project and inspiration with UnsafeInvokeInternal, thanks <3
114
100
115
101
This tool uses the following (open source) software:
116
102
*[dnlib](https://github.com/0xd4d/dnlib) by [0xd4d](https://github.com/0xd4d), licensed under the MIT license, for reading/writing assemblies.
117
103
*[Harmony](https://github.com/pardeike/Harmony) by [Andreas Pardeike](https://github.com/pardeike), licensed under the MIT license
118
104
*[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.
105
+
*[commandline](https://github.com/commandlineparser/commandline) offers CLR applications a clean and concise API for manipulating command line arguments and related tasks
106
+
*[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.
119
107
120
-
121
-
## Want to support this project?
122
-
BTC: bc1q048wrqztka5x2syt9mtj68uuf73vqry60s38vf
108
+
## 💵 Want to buy me a Coffee?
109
+
- Donate BTC at `bc1q048wrqztka5x2syt9mtj68uuf73vqry60s38vf`
110
+
- Donate ETH at `0x86b2C17C94A1E6f35d498d17a37dc1f8A715139b`
0 commit comments