Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreatLabz authored Oct 29, 2024
1 parent dc3fc39 commit 4d20ee2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ SmokeBuster has been tested with Windows 7 through Windows 11. The tool has been
# Usage
```
Usage: SmokeDetector.exe v0.1 [options]
-u --uninstall Uninstall Smoke.
-v --save-memory Scan Smoke memory and save matches to disk.
-p --delete-tasks Delete Smoke persistent scheduled tasks.
-w --make-sections-rwx Make Smoke memory sections RWX.
-u --uninstall Uninstall Smoke
-v --save-memory Scan Smoke memory and save matches to disk
-p --delete-tasks Delete Smoke persistent scheduled tasks
-w --make-sections-rwx Make Smoke memory sections PAGE_EXECUTE_READWRITE
-c --close-mutexes Close Smoke mutexes
-k --kill-thread Terminate a specific Smoke thread ID (separate multiple IDs by commas).
-k --kill-thread Terminate a specific Smoke thread ID (separate multiple IDs by commas)
-K --killall-threads Terminate all Smoke threads in explorer.exe
-s --suspend-thread Suspend a specific Smoke thread ID (separate multiple IDs by commas).
-s --suspend-thread Suspend a specific Smoke thread ID (separate multiple IDs by commas)
-S --suspendall-threads Suspend all Smoke threads in explorer.exe
-r --resume-thread Resume a specific Smoke thread ID (separate multiple IDs by commas))
-r --resume-thread Resume a specific Smoke thread ID (separate multiple IDs by commas)
-R --resumeall-threads Resume all Smoke threads in explorer.exe
-m --unmap-memory Free Smoke memory regions in explorer.exe
-h --help Show help and exit
Expand Down

0 comments on commit 4d20ee2

Please sign in to comment.