Skip to content

Commit 9c6b032

Browse files
author
Requiem
committed
review resolved
1 parent 683ea2a commit 9c6b032

File tree

4 files changed

+220
-122
lines changed

4 files changed

+220
-122
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can create an issue, and I will reply within 24 hours. We have too much free
1313

1414

1515
## Extra
16-
We have an useful script at `auxiliary/updater.py` will update:
16+
We have a useful script at `auxiliary/updater.py` will update:
1717
- the section line numbers in the header banner
1818
- the date of the update
1919

auxiliary/updater.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
#
2+
# ██╗ ██╗███╗ ███╗ █████╗ ██╗ ██╗ █████╗ ██████╗ ███████╗
3+
# ██║ ██║████╗ ████║██╔══██╗██║ ██║██╔══██╗██╔══██╗██╔════╝
4+
# ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
5+
# ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
6+
# ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
7+
# ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
8+
#
9+
# C++ VM detection library
10+
#
11+
# ===============================================================
12+
#
13+
# This is an internal script to update various stuff of the project automatically:
14+
#
15+
# 1. Update the line numbers for the sections header based on what
16+
# line they are located, so it's a (tiny) bit easier to understand
17+
# the structure of the headers for anybody reading it for the first
18+
# time, it's more of a guide to point which parts are this and that.
19+
#
20+
# 2. Update the dates in the banner, example: "1.9 (Septmber 2024)"
21+
#
22+
# ===============================================================
23+
#
24+
# - Made by: @kernelwernel (https://github.com/kernelwernel)
25+
# - Repository: https://github.com/kernelwernel/VMAware
26+
# - License: MIT
27+
28+
129
import sys
230
import re
331
import os

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| File | Purpose |
22
|------|---------|
33
| `cli.cpp` | Entire CLI tool code |
4-
| `vmaware.hpp` | Official and original library header in GPL-3.0, most likely what you're looking for. |
4+
| `vmaware.hpp` | Official and original library header, most likely what you're looking for. |
55

66
<br>
77

0 commit comments

Comments
 (0)