Skip to content

Commit

Permalink
Update x64dbg and plugins to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr committed Jan 23, 2024
1 parent 79c35a7 commit 5622312
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/x64dbg.scyllahide.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ try {
$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
unzipLocation = $toolSrcDir
url = 'https://github.com/x64dbg/ScyllaHide/releases/download/snapshot-2021-08-23_13-27-50/ScyllaHide.7z'
checksum = 'c51929341ff726d219e670928433a176e114ca9a4c36f416629aef50c98b8817'
url = 'https://github.com/x64dbg/ScyllaHide/releases/download/v1.4/ScyllaHide_2023-03-24_13-03.zip'
checksum = 'edeb0dd203fd1ef38e1404e8a1bd001e05c50b6096e49533f546d13ffdcb7404'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions packages/x64dbg.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ try {
$category = 'Debuggers'
$shortcutDir = Join-Path ${Env:TOOL_LIST_DIR} $category
$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName
$snapshotDate = '2021-05-08_14-17'
$snapshotDate = '2024-01-06_21-29'

$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
unzipLocation = $toolDir
url = "https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_$snapshotDate.zip"
checksum = '441fa73605fcf0c2bbea9285bcd2b999fb02177a394c7e40464d74008d1793f9'
checksum = '467e41d68e489aad288cb0d868ea37ceb9dcda3757d9badc6314964d847e26b4'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions packages/x64dbgpy.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ try {
$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
unzipLocation = $toolDir
url = 'https://github.com/x64dbg/x64dbgpy/releases/download/b275005/x64dbgpy_b275005.zip'
checksum = '62ffbbcf0218c3b833bcb36c2a10671c4501007759a84164b63f09e9f2ce9bfc'
url = 'https://github.com/x64dbg/x64dbgpy/releases/download/8c0538a/x64dbgpy_8c0538a.zip'
checksum = 'e8184fb4e7bf36f33a3727b6ec76088464f7b745c9b44ef65f82be4bff8e6d19'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit 5622312

Please sign in to comment.