You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The library is:
21
21
- Able to guess the VM brand
22
22
- Able to add your own custom VM detection techniques
23
23
- Memoized, meaning past results are cached and retrieved if ran again for performance benefits
24
+
- seperate MIT and GPL-3.0 compliant library header files
24
25
25
26
- - -
26
27
@@ -114,8 +115,8 @@ You can view the full docs [here](docs/documentation.md). Trust me, it's not too
114
115
- Can I use this for malware?
115
116
> 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 anyway and nothing is obfuscated to begin with. Good luck obfuscating 5000 lines of C++ code lmfao.
116
117
117
-
- Why GPL 3.0?
118
-
> I would've made it MIT so proprietary software can make use of the library, but some of the techniques employed are from GPL 3.0 projects, and I have no choice but to use the same license for legal reasons. I could try to make an MIT version without the GPL code, but I'm not sure if anybody would care enough if I made one. That's just an idea in my head for now.
118
+
- Why GPL 3.0 and MIT?
119
+
> I would've made it strictly MIT so proprietary software can make use of the library, but some of the techniques employed are from GPL 3.0 projects, and I have no choice but to use the same license for legal reasons. This gave me an idea to make an MIT version without all of the GPL code so it can also be used without forcing your code to be open-source. It should be noted that the MIT version removes **8** techniques, and the lesser the number of techniques, the less accurate the overall result might be.
0 commit comments