Skip to content

Commit 253e5cf

Browse files
committed
2 parents 563268e + 51557b1 commit 253e5cf

2 files changed

Lines changed: 476 additions & 647 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ VMAware also has support for a variety of languages, if C++ isn't the language y
248248
249249
</details>
250250

251+
251252
<details>
252253
<summary>What about using this for malware?</summary>
253254
<br>
@@ -258,6 +259,26 @@ VMAware also has support for a variety of languages, if C++ isn't the language y
258259
259260
</details>
260261

262+
263+
<details>
264+
<summary>Is a kernel-mode component planned to be developed?</summary>
265+
<br>
266+
267+
> No. A kernel-component would require serious auditing and a digitally signed driver. It would also be a dead end for VM bypassing ( so it's not fun >:( )
268+
>
269+
> In summary, we can still detect your ass while being completely user-mode.
270+
271+
</details>
272+
273+
274+
<details>
275+
<summary>Is it thread-safe?</summary>
276+
<br>
277+
278+
> No. Don't call our library with multiple threads simultaneously, we don't take more than 1s to run.
279+
280+
</details>
281+
261282
<details>
262283
<summary>I have linker errors when compiling</summary>
263284
<br>

0 commit comments

Comments
 (0)