Skip to content

Commit d6363d5

Browse files
committed
Implement dump for ApiSetSchema v2/v4/v6.
1 parent 4620f0e commit d6363d5

15 files changed

Lines changed: 3042 additions & 0 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.vs/
2+
obj/
3+
bin/
4+
_ReSharper.Caches/
5+
*.user

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ApiSetSchema v2/v4/v6 dumper
2+
3+
|ApiSetSchema version|OS|
4+
|:-:|:-|
5+
|[v2](data/v2.txt)|Windows 8, Windows Server 2012|
6+
|[v4](data/v4.txt)|Windows 8.1, Windows Server 2012 R2|
7+
|[v6](data/v6.txt)|Windows 10, Windows Server 2016|

data/apisetschema.v2.dll

45.2 KB
Binary file not shown.

data/apisetschema.v4.dll

68.3 KB
Binary file not shown.

data/apisetschema.v6.dll

111 KB
Binary file not shown.

data/v2.apiset

34 KB
Binary file not shown.

data/v2.txt

Lines changed: 358 additions & 0 deletions
Large diffs are not rendered by default.

data/v4.apiset

57.5 KB
Binary file not shown.

data/v4.txt

Lines changed: 506 additions & 0 deletions
Large diffs are not rendered by default.

data/v6.apiset

100 KB
Binary file not shown.

0 commit comments

Comments
 (0)