Introducing SDKFFI: A tool to generate structural info for functions and data structures on the Windows SDK/WDK and basically any C header file! It can be used to generate hooks, Syscall/API fuzzers, FFI, JSON representation, and other applications.🤠
github.com/BehroozAbbassi
Conversation
What are the pros of it over github.com/microsoft/win3 ? Seems like both are built on top of libclang
1
BookmarkI didn't try this project, so I'm not sure about the pros and cons.
I wrote this tool about six years ago for generating hooks and fuzzing Windows APIs. Initially, it was based on the LibTooling, since it's a huge dependency I port it to the libclang.
1
But recently I tried to add DTrace script generation and something like Windbg's synthetic types to the project, and that's why I publish the code.
This is another similar project.
1

