From 944adebe2991904c933209eba04f319791822418 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 3 Oct 2020 09:01:20 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8e0441..b789149 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,23 @@ Voyager 2 contains all the code associated with the AMD part of this project. Si the linear virtual address of the VMCB for every version of windows. GS register contains a pointer to a structure defined by MS, this structure contains alot of stuff. Deep in this structure is a linear virtual address to the current cores VMCB. -The payload for AMD is also just a cpuid interception example. \ No newline at end of file +The payload for AMD is also just a cpuid interception example. + +# Versions & Support + +:o: -> unknown/not tested. +:heavy_check_mark: -> tested & working. +:x: -> tested & not working. + +| Winver | AMD | Intel | VM | Bare Metal | +|--------|---------|-------|----|-------| +| 2004 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| 1909 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1903 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1809 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1807 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1803 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1709 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1703 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1607 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | +| 1511 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :o: | \ No newline at end of file