Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ VMAware also has support for a variety of languages, if C++ isn't the language y

</details>


<details>
<summary>What about using this for malware?</summary>
<br>
Expand All @@ -256,6 +257,26 @@ VMAware also has support for a variety of languages, if C++ isn't the language y

</details>


<details>
<summary>Is a kernel-mode component planned to be developed?</summary>
<br>

> 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 >:( )
>
> In summary, we can still detect your ass while being completely user-mode.

</details>


<details>
<summary>Is it thread-safe?</summary>
<br>

> No. Don't call our library with multiple threads simultaneously, we don't take more than 1s to run.

</details>

<details>
<summary>I have linker errors when compiling</summary>
<br>
Expand Down
Loading
Loading