Skip to content

Commit

Permalink
VS_LIBEMU is no longer maintained and has been removed from the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Sep 25, 2023
1 parent b27ca6f commit 4922462
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ The following tools are available.
- [QPDF][qpd]
- [Radare2][rad]
- [ripgrep][rip]
- [scdbg][scd]
- [sqlite][sql] cli
- [SysinternalsSuite][syi]
- [Sysmon][sym] started with [SwiftOnSecurity sysmon-config][sws]
Expand Down Expand Up @@ -220,7 +219,6 @@ More information about tools are available in the GitHub [wiki][wid].
[qpd]: https://github.com/qpdf/qpdf
[rad]: https://www.radare.org/n/
[rip]: https://github.com/BurntSushi/ripgrep
[scd]: https://github.com/dzzie/VS_LIBEMU
[sdi]: ./resources/download/didier.ps1
[sql]: https://sqlite.org/
[sws]: https://github.com/SwiftOnSecurity/sysmon-config
Expand Down
1 change: 0 additions & 1 deletion resources/download/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Get-GitHubRelease -repo "c3rb3ru5d3d53c/binlex" -path ".\downloads\binlex.zip" -
Get-GitHubRelease -repo "cmderdev/cmder" -path ".\downloads\cmder.7z" -match cmder.7z
Get-GitHubRelease -repo "dnSpyEx/dnSpy" -path ".\downloads\dnSpy32.zip" -match win32
Get-GitHubRelease -repo "dnSpyEx/dnSpy" -path ".\downloads\dnSpy64.zip" -match win64
Get-GitHubRelease -repo "dzzie/VS_LIBEMU" -path ".\downloads\scdbg.zip" -match VS_LIBEMU
Get-GitHubRelease -repo "facebook/zstd" -path ".\downloads\zstd.zip" -match win64
Get-GitHubRelease -repo "harelsegev/INDXRipper" -path ".\downloads\indxripper.zip" -match amd64.zip
Get-GitHubRelease -repo "hasherezade/pe-bear" -path ".\downloads\pebear.zip" -match x64_win_vs17.zip
Expand Down
1 change: 0 additions & 1 deletion resources/download/unpack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ xcopy /E $SETUP_PATH\Zimmerman $TOOLS\Zimmerman
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\qpdf.zip" -o"$TOOLS"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\radare2.zip" -o"$TOOLS"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\ripgrep.zip" -o"$TOOLS"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\scdbg.zip" -o"$TOOLS\scdbg"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\sqlite.zip" -o"$TOOLS"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\sysinternals.zip" -o"$TOOLS\sysinternals"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\thumbcacheviewer.zip" -o"$TOOLS\thumbcacheviewer"
Expand Down

0 comments on commit 4922462

Please sign in to comment.