Skip to content

Commit

Permalink
update readme with details on what commands are run on a dump and how…
Browse files Browse the repository at this point in the history
… to add more
  • Loading branch information
PipeItToDevNull committed Jan 26, 2025
1 parent 6be0fdb commit 05bd305
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# WebDBG
A React Static Web App (SWA) frontend with a containerized Javascript API backend that injests `.dmp` files and returns analyzed text.

## Analysis
By default `!analyze -v` is executed against each dump and the results are returned. Advanced post-processing can be configured in `/api/post-process.js` in `bugcheckCommands`.

Specify any Bugcheck you want to act up and define the comamnd that should be run against that dump. This app is limited to one additional command per dump, additional commands would require additional logic. Please open an issue if this is required.

## Public Site
This project is hosted publicly on a best effort basis at https://webdbg.rtech.support as a service by the [r/Techsupport Discord Server](https://rtech.support/discord).

Expand Down

0 comments on commit 05bd305

Please sign in to comment.