A simple database of Windows RPC interfaces, by James Spencer
Contains excerpts from the Microsoft Open Specifications website; all rights reserved.
'Protocols' (e.g. RPC protocols) are tied to 'services' (Windows Features, Roles, etc.)
services.py
contains a list of servicesprotocols.py
contains a list of protocols
To build the site:
build_database.py
builds thedatabase.json
filebuild_page.py
renders the page from the template.