Skip to content

Commit b32260c

Browse files
committed
added better hyper-v heuristics
1 parent b62302f commit b32260c

4 files changed

Lines changed: 240 additions & 145 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if (MSVC)
6464
elseif(LINUX)
6565
if(CMAKE_BUILD_TYPE MATCHES "Debug")
6666
MESSAGE(STATUS "Build set to debug mode")
67-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fmax-errors=20 -DDEBUG -O0 -fsanitize=address")
67+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fmax-errors=5 -DDEBUG -O0 -fsanitize=address")
6868
elseif(CMAKE_BUILD_TYPE MATCHES "Release")
6969
MESSAGE(STATUS "Build set to release mode")
7070
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g0 -O2")

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ And if you found this project useful, a star would be appreciated :)
134134
## Projects using VMAware
135135
**[CrashLoggerSSE](https://github.com/alandtse/CrashLoggerSSE)** - SKSE/SKSEVR plugin that generates crash logs
136136

137-
**[Some malware I randomly found on MalwareBazaar's database lol](https://bazaar.abuse.ch/browse/tag/vmaware/)**
138-
139137
If you know a project, or if you're working on a project that uses VMAware, let me know and I'll add it here.
140138

141139
<br>

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [X] maybe add [[deprecated]]?
3939
- [ ] implement techniques from here https://stackoverflow.com/questions/43026032/detect-running-on-virtual-machine
4040
- [ ] add a .clang_format thingy
41+
- [ ] maybe add internal is_cached functionalities in the cache fetchers
4142

4243
# Distant plans
4344
- add the library to conan.io when released

0 commit comments

Comments
 (0)