Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mandiant/STrace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr committed Oct 29, 2024
2 parents 58547f0 + 7e2d56c commit 4534b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
Compress-Archive -DestinationPath STrace.zip -Path Rust, C, install -CompressionLevel Fastest
Compress-Archive -DestinationPath PDBReSym.zip -Path Rust\PDBReSym\target\release\PDBReSym.exe -CompressionLevel Fastest
- name: Release STrace
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: STrace.zip
- name: Release PDBReSym
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: PDBReSym.zip
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ This project is largely split between it's C++ and Rust components. The C driver
* Rust log symbolicator to symbolicate C++ driver stack traces. Doesn't use DIA SDK.

# Installation & Setup
Instal VS2022 + Windows SDK + Windows DDK. In that order, with matching SDK and WDK build numbers. See https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk#download-icon-for-visual-studio-step-1-install-visual-studio-2022
Setup Visual Studio w/ DDK
* Install VS2022 + Windows SDK + Windows DDK. In that order, with matching SDK and WDK build numbers. See https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk#download-icon-for-visual-studio-step-1-install-visual-studio-2022
* Change STrace driver project Windows SDK settings to the installed WDK version. STrace->Properties->General->Windows SDK Version (Your WDK build number).

Build the driver and cli, move the files to the same folder as the script, then run the powershell script in install folder as admin:
```
Expand Down

0 comments on commit 4534b81

Please sign in to comment.