Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update x64dbg and plugins to latest #857

Merged
merged 3 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion packages/x64dbg.scyllahide.vm/x64dbg.scyllahide.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>x64dbg.scyllahide.vm</id>
<version>0.0.0.20210823</version>
<version>0.0.0.20230324</version>
stevemk14ebr marked this conversation as resolved.
Show resolved Hide resolved
<description>ScyllaHide is an advanced open-source x64/x86 user mode Anti-Anti-Debug library.</description>
<authors>x64dbg</authors>
<dependencies>
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
2 changes: 1 addition & 1 deletion packages/x64dbg.vm/x64dbg.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>x64dbg.vm</id>
<version>2021.05.08.20230418</version>
<version>2024.01.21.20240123</version>
stevemk14ebr marked this conversation as resolved.
Show resolved Hide resolved
<description>An open-source x64/x32 debugger for Windows.</description>
<authors>mrexodia</authors>
<dependencies>
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
2 changes: 1 addition & 1 deletion packages/x64dbgpy.vm/x64dbgpy.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>x64dbgpy.vm</id>
<version>1.0.56.20211021</version>
<version>1.0.56.20230405</version>
stevemk14ebr marked this conversation as resolved.
Show resolved Hide resolved
<description>Automating x64dbg using Python.</description>
<authors>mrexodia, RealGame (Tomer Zait)</authors>
<dependencies>
Expand Down
Loading