Skip to content

Enumerate all api sets redirections on the current 64bit windows 10\11 machine.

Notifications You must be signed in to change notification settings

QuackingCat/EnumerateApiSets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Enumerate all api sets of the current 64bit (x86_64, arm64) windows 10\11 machine.

A csv of the following format will be created:

ApiSet Modules
api-ms-win-core-io-l1-1-1 kernel32.dll
api-ms-win-... mod1.dll,mod2.dll

Note

As shown in the table, when two or more modules are used to implement an API set; Both will be written to the corresponding "modules" cell.
(as "mod1.dll,mod2.dll" in the .csv)

About

Enumerate all api sets redirections on the current 64bit windows 10\11 machine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages