Skip to content

Commit 2d992b3

Browse files
author
Requiem
committed
chore: updated contribution information
1 parent b20f87c commit 2d992b3

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int main() {
5555
}
5656
```
5757

58-
possible output:
58+
Possible output:
5959
```
6060
Virtual machine detected!
6161
VM name: VirtualBox
@@ -243,7 +243,7 @@ VMAware also has support for a variety of languages, if C++ isn't the language y
243243
>
244244
> If experimental tests and public documentation/databases indicate that false positives have been resolved, we keep the changes in main and assign scores to new detections based on their effectiveness, reliability, and how they operate together with other techniques.
245245
>
246-
> Other situations (false flags, compilation errors, possible vulnerabilities, etc.) are also merged into main immediately.
246+
> Fixes for other cases (compilation errors, possible security vulnerabilities, etc.) are merged into main immediately.
247247
>
248248
> When the library has accumulated enough changes compared to previous versions, we publish a release and explain those changes in detail.
249249
@@ -256,7 +256,7 @@ VMAware also has support for a variety of languages, if C++ isn't the language y
256256

257257
> This project is not soliciting the development of malware for obvious reasons. Even if you intend to use it for concealment purposes, it'll most likely be flagged by antiviruses anyways and nothing is obfuscated to begin with.
258258
>
259-
> We do not intentionally develop the library to try to stop or avoid EDR flags, such as using direct/indirect syscalling, inline hooking detection, and any other kind of malware evasion technique not related to hypervisor detection.
259+
> We do not intentionally develop the library to try to stop or avoid EDR flags, such as using direct/indirect syscalling, inline hooking detection, and any other kind of malware evasion technique not related to virtualization detection.
260260
261261
</details>
262262

@@ -276,30 +276,30 @@ VMAware also has support for a variety of languages, if C++ isn't the language y
276276
<summary>Is it thread-safe?</summary>
277277
<br>
278278

279-
> No. Don't call our library with multiple threads simultaneously, we don't take more than 1s to run.
279+
> No. Don't call this library with multiple threads simultaneously, we don't take more than 1s to run.
280280
281281
</details>
282282

283283

284284
<details>
285-
<summary>I have linker errors when compiling</summary>
285+
<summary>How can I compile VMAware for older versions of Windows?</summary>
286286
<br>
287287

288-
> If you're compiling with gcc or clang, add the <code>-lm</code> and <code>-lstdc++</code> flags, or use g++/clang++ compilers instead. If you're receiving linker errors from a brand new VM environment on Linux, update your system with `sudo apt/dnf/yum update -y` to install the necessary C++ components.
288+
> By default, VMAware targets Windows 10-11 when compiling for Windows.
289+
> If you want to compile for older Windows versions, you just need to tell us the target platform that you want to compile the library for with a WIN32 macro.
290+
> For example, if you want to compile VMAware for Windows 7, include `#define _WIN32_WINNT _WIN32_WINNT_WIN7` at the top of vmaware.hpp.
291+
>
292+
> In older Windows terminals, ANSI colors are not supported, but you can run the CLI with the `--no-ansi` argument.
293+
> Older versions than Windows 7 are NOT supported.
289294
290295
</details>
291296

292297

293298
<details>
294-
<summary>How can I compile VMAware for older versions of Windows?</summary>
299+
<summary>I have linker errors when compiling</summary>
295300
<br>
296301

297-
> By default, VMAware targets Windows 10-11 when choising to compile for Windows.
298-
> If you want an older Windows version, you just need to tell us the target platform that you want to compile the library for with a WIN32 macro.
299-
> For example, if you want to compile VMAware for Windows 7, include `#define _WIN32_WINNT _WIN32_WINNT_WIN7` at the top of vmaware.hpp.
300-
>
301-
> In older Windows terminals, ANSI colors are not supported, but you can run the CLI with the `--no-ansi` argument.
302-
> Older versions than Windows 7 are NOT supported.
302+
> If you're compiling with gcc or clang, add the <code>-lm</code> and <code>-lstdc++</code> flags, or use g++/clang++ compilers instead. If you're receiving linker errors from a brand new VM environment on Linux, update your system with `sudo apt/dnf/yum update -y` to install the necessary C++ components.
303303
304304
</details>
305305

@@ -323,7 +323,7 @@ And if you found this project useful, a star would be appreciated :)
323323
<br>
324324

325325
- [Requiem](https://github.com/NotRequiem) (Maintainer and developer)
326-
- [kernelwernel](https://github.com/kernelwernel) (Maintainer and co-developer)
326+
- [kernelwernel](https://github.com/kernelwernel) (Former creator and maintainer of the project)
327327
- [Check Point Research](https://research.checkpoint.com/)
328328
- [Unprotect Project](https://unprotect.it/)
329329
- [Al-Khaser](https://github.com/LordNoteworthy/al-khaser)

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ VMAware 同样支持多种编程语言。若 C++ 不是您的首选语言,请
282282
<br>
283283

284284
- [Requiem](https://github.com/NotRequiem) (Maintainer and developer)
285-
- [kernelwernel](https://github.com/kernelwernel) (Maintainer and co-developer)
285+
- [kernelwernel](https://github.com/kernelwernel) (Former creator and maintainer of the project)
286286
- [Check Point Research](https://research.checkpoint.com/)
287287
- [Unprotect Project](https://unprotect.it/)
288288
- [Al-Khaser](https://github.com/LordNoteworthy/al-khaser)

README_FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Et si ce projet vous a été utile, un star serait très apprécié :)
276276
<br>
277277

278278
- [Requiem](https://github.com/NotRequiem) (Maintainer and developer)
279-
- [kernelwernel](https://github.com/kernelwernel) (Maintainer and co-developer)
279+
- [kernelwernel](https://github.com/kernelwernel) (Former creator and maintainer of the project)
280280
- [Check Point Research](https://research.checkpoint.com/)
281281
- [Unprotect Project](https://unprotect.it/)
282282
- [Al-Khaser](https://github.com/LordNoteworthy/al-khaser)

README_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ VMAware는 다양한 언어를 지원합니다. C++가 원하시는 언어가
277277
<br>
278278

279279
- [Requiem](https://github.com/NotRequiem) (Maintainer and developer)
280-
- [kernelwernel](https://github.com/kernelwernel) (Maintainer and co-developer)
280+
- [kernelwernel](https://github.com/kernelwernel) (Former creator and maintainer of the project)
281281
- [Check Point Research](https://research.checkpoint.com/)
282282
- [Unprotect Project](https://unprotect.it/)
283283
- [Al-Khaser](https://github.com/LordNoteworthy/al-khaser)

src/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#endif
4242

4343
constexpr const char* ver = "2.7.0";
44-
constexpr const char* date = "April 2026";
44+
constexpr const char* date = "June 2026";
4545

4646
[[noreturn]] static void help() {
4747
std::cout <<

0 commit comments

Comments
 (0)