Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajkhoury/apiset
API Set resolver for Windows
https://github.com/ajkhoury/apiset
api api-set apiset set windows
Last synced: 4 days ago
JSON representation
API Set resolver for Windows
- Host: GitHub
- URL: https://github.com/ajkhoury/apiset
- Owner: ajkhoury
- License: mit
- Created: 2019-11-28T23:02:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T16:50:45.000Z (2 months ago)
- Last Synced: 2024-09-12T02:21:38.549Z (2 months ago)
- Topics: api, api-set, apiset, set, windows
- Language: C
- Homepage:
- Size: 177 KB
- Stars: 114
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ApiSet
API Set resolver written in C. This implementation supports API Set versions V2 to V6.
The intended purpose of this tool is to resolve Windows API Set stub libraries for assisting in reverse engineering forwarded Windows API exports.
I wrote this to quickly resolve API Set libraries on different Windows OSes (Windows 7 - Windows 10 1909).
Usage:
`apiset.exe ext-some-api-set-library-l1-1-0.dll`Thanks to [lucasg](https://github.com/lucasg) for a great starting point for this little project.