Win32 API signature
During my work on a project i needed something to retrieve the signature of some Windows APIs and since there isn’t a central database i had to create a little python script to extract the signature from msdn.
Before using the script you need to install lxml first.



One Response Leave a comment
nice work ;)