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.pycontains a list of servicesprotocols.pycontains a list of protocols
To build the site:
build_database.pybuilds thedatabase.jsonfilebuild_page.pyrenders the page from the template.