BSOD-API

A basic API to injest .dmp files and return a UUID in JSON associated with the results. Fetching the UUID will return the associated result in JSON.

Usage

With a file

curl.exe -X PUT http://localhost:3000/analyze-dmp -F "dmpFile=@path/to/test.dmp"

With a URL

curl -X PUT http://localhost:3000/analyze-dmp -F "url=http://example.com/file.dmp"

Retrieve result JSON

curl -X GET http://localhost:3000/<uuid>