Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
27,710
Downloads of v 20210209.1728:
439
Last Update:
10 Feb 2021
Package Maintainer(s):
Software Author(s):
- x64dbg
Tags:
x64dbg dbg debug debugger- Software Specific:
- Software Site
- Software Source
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

x64dbg (Portable)
- Software Specific:
- Software Site
- Software Source
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
27,710
Downloads of v 20210209.1728:
439
Maintainer(s):
Software Author(s):
- x64dbg
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install x64dbg (Portable), run the following command from the command line or from PowerShell:
To upgrade x64dbg (Portable), run the following command from the command line or from PowerShell:
To uninstall x64dbg (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download x64dbg.portable --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade x64dbg.portable -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade x64dbg.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure x64dbg.portable installed
win_chocolatey:
name: x64dbg.portable
state: present
version: 20210209.1728
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'x64dbg.portable' do
action :install
version '20210209.1728'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: x64dbg.portable,
Version: 20210209.1728,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller x64dbg.portable
{
Name = 'x64dbg.portable'
Ensure = 'Present'
Version = '20210209.1728'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'x64dbg.portable':
provider => 'chocolatey',
ensure => '20210209.1728',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install x64dbg.portable version="20210209.1728" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 10 Feb 2021.
Features:
- Open-source
- Intuitive and familiar, yet new user interface
- C-like expression parser
- Full-featured debugging of DLL and EXE files (TitanEngine)
- IDA-like sidebar with jump arrows
- IDA-like instruction token highlighter (highlight registers, etc.)
- Memory map
- Symbol view
- Thread view
- Source code view
- Content-sensitive register view
- Fully customizable color scheme
- Dynamically recognize modules and strings
- Import reconstructor integrated (Scylla)
- Fast disassembler (Capstone)
- User database (JSON) for comments, labels, bookmarks, etc.
- Plugin support with growing API
- Extendable, debuggable scripting language for automation
- Multi-datatype memory dump
- Basic debug symbol (PDB) support
- Dynamic stack view
- Built-in assembler (XEDParse/Keystone/asmjit)
- Executable patching
- Yara Pattern Matching
- Decompiler (Snowman)
- Analysis
$ToolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $(Join-Path $ToolsPath "StopProcess.ps1")
$ErrorActionPreference = 'Stop'
$PackageName = 'x64dbg'
$Url32 = 'https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_2021-02-09_17-28.zip'
$ToolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $(Join-Path $ToolsPath "StopProcess.ps1")
$PackageArgs = @{
PackageName = $PackageName
Url = $Url32
UnzipLocation = $ToolsPath
}
Install-ChocolateyZipPackage @PackageArgs
$ToolsPath = Split-Path $MyInvocation.MyCommand.Definition
$InstallationPath = $ToolsPath
. $(Join-Path $ToolsPath "StopProcess.ps1")
Remove-Item $InstallationPath -Recurse -Force -ErrorAction Ignore
$ToolsPath = Split-Path $MyInvocation.MyCommand.Definition
$InstallationPath = $ToolsPath
$ExeFiles = Get-ChildItem -Path $InstallationPath -Recurse -Name "*.exe" -ErrorAction SilentlyContinue | Where-Object { !$_.PSIsContainer }
if ($ExeFiles.Count){
foreach ($exe in $ExeFiles) {
$ProcessName = [IO.Path]::GetFileNameWithoutExtension(($exe))
$Process = Get-Process -Name $ProcessName -ErrorAction SilentlyContinue
if ($Process) {
Write-Host "Stopping the running process: $ExeFile ..."
$Process | Stop-Process -Force
}
}
}
Log in or click on link to see number of positives.
- x64dbg.portable.20210209.1728.nupkg (8f7b616c649f) - ## / 61
- snapshot_2021-02-09_17-28.zip (350b95f1200c) - ## / 59
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
x64dbg (Portable) 20210215.2235 | 10 | Tuesday, February 16, 2021 | Waiting for Maintainer |
x64dbg (Portable) 20210209.1728 | 439 | Wednesday, February 10, 2021 | Approved |
x64dbg (Portable) 20210114.1325 | 478 | Thursday, January 14, 2021 | Approved |
x64dbg (Portable) 20210108.0243 | 212 | Friday, January 8, 2021 | Approved |
x64dbg (Portable) 20201229.2130 | 189 | Wednesday, December 30, 2020 | Approved |
x64dbg (Portable) 20201229.1520 | 71 | Tuesday, December 29, 2020 | Approved |
x64dbg (Portable) 20201222.1257 | 188 | Tuesday, December 22, 2020 | Approved |
x64dbg (Portable) 20201216.0502 | 191 | Wednesday, December 16, 2020 | Approved |
x64dbg (Portable) 20201214.1531 | 90 | Monday, December 14, 2020 | Approved |
x64dbg (Portable) 20201112.0512 | 400 | Thursday, November 12, 2020 | Approved |
x64dbg (Portable) 20201105.1525 | 234 | Thursday, November 5, 2020 | Approved |
x64dbg (Portable) 20201103.1536 | 92 | Tuesday, November 3, 2020 | Approved |
x64dbg (Portable) 20201102.0133 | 66 | Monday, November 2, 2020 | Approved |
x64dbg (Portable) 20201031.1953 | 76 | Sunday, November 1, 2020 | Approved |
x64dbg (Portable) 20201031.1355 | 61 | Saturday, October 31, 2020 | Approved |
x64dbg (Portable) 20201019.2304 | 279 | Tuesday, October 20, 2020 | Approved |
x64dbg (Portable) 20201002.2314 | 309 | Saturday, October 3, 2020 | Approved |
x64dbg (Portable) 20200921.1316 | 219 | Tuesday, September 22, 2020 | Approved |
x64dbg (Portable) 20200914.2029 | 206 | Tuesday, September 15, 2020 | Approved |
x64dbg (Portable) 20200816.0447 | 445 | Sunday, August 16, 2020 | Approved |
x64dbg (Portable) 20200807.1432 | 209 | Saturday, August 8, 2020 | Approved |
x64dbg (Portable) 20200806.0520 | 91 | Thursday, August 6, 2020 | Approved |
x64dbg (Portable) 20200804.2121 | 88 | Wednesday, August 5, 2020 | Approved |
x64dbg (Portable) 20200802.1403 | 119 | Monday, August 3, 2020 | Approved |
x64dbg (Portable) 20200729.0415 | 174 | Wednesday, July 29, 2020 | Approved |
x64dbg (Portable) 20200725.1318 | 159 | Sunday, July 26, 2020 | Approved |
x64dbg (Portable) 20200724.1618 | 66 | Saturday, July 25, 2020 | Approved |
x64dbg (Portable) 20200722.2159 | 72 | Friday, July 24, 2020 | Approved |
x64dbg (Portable) 20200711.2100 | 262 | Sunday, July 12, 2020 | Approved |
x64dbg (Portable) 20200709.2029 | 93 | Friday, July 10, 2020 | Approved |
x64dbg (Portable) 20200705.1613 | 163 | Monday, July 6, 2020 | Approved |
x64dbg (Portable) 20200704.0307 | 105 | Saturday, July 4, 2020 | Approved |
x64dbg (Portable) 20200625.2154 | 176 | Friday, June 26, 2020 | Approved |
x64dbg (Portable) 20200622.1420 | 150 | Tuesday, June 23, 2020 | Approved |
x64dbg (Portable) 20200618.1751 | 180 | Friday, June 19, 2020 | Approved |
x64dbg (Portable) 20200524.1646 | 324 | Monday, May 25, 2020 | Approved |
x64dbg (Portable) 20200515.1440 | 197 | Saturday, May 16, 2020 | Approved |
x64dbg (Portable) 20200509.2252 | 273 | Sunday, May 10, 2020 | Approved |
x64dbg (Portable) 20200429.2340 | 236 | Thursday, April 30, 2020 | Approved |
x64dbg (Portable) 20200428.0045 | 130 | Tuesday, April 28, 2020 | Approved |
x64dbg (Portable) 20200412.1958 | 311 | Monday, April 13, 2020 | Approved |
x64dbg (Portable) 20200410.0413 | 109 | Friday, April 10, 2020 | Approved |
x64dbg (Portable) 20200402.0035 | 226 | Thursday, April 2, 2020 | Approved |
x64dbg (Portable) 20200223.1638 | 414 | Monday, February 24, 2020 | Approved |
x64dbg (Portable) 20200211.0107 | 262 | Tuesday, February 11, 2020 | Approved |
x64dbg (Portable) 20200210.0320 | 130 | Monday, February 10, 2020 | Approved |
x64dbg (Portable) 20200121.2041 | 316 | Wednesday, January 22, 2020 | Approved |
x64dbg (Portable) 20200116.1558 | 201 | Friday, January 17, 2020 | Approved |
x64dbg (Portable) 20200115.2153 | 94 | Thursday, January 16, 2020 | Approved |
x64dbg (Portable) 20200108.0150 | 208 | Wednesday, January 8, 2020 | Approved |
x64dbg (Portable) 20191126.1335 | 456 | Wednesday, November 27, 2019 | Approved |
x64dbg (Portable) 20191113.0133 | 313 | Wednesday, November 13, 2019 | Approved |
x64dbg (Portable) 20191111.2225 | 111 | Tuesday, November 12, 2019 | Approved |
x64dbg (Portable) 20191110.2325 | 141 | Monday, November 11, 2019 | Approved |
x64dbg (Portable) 20191105.0112 | 188 | Tuesday, November 5, 2019 | Approved |
x64dbg (Portable) 20191102.0311 | 994 | Saturday, November 2, 2019 | Approved |
x64dbg (Portable) 20191031.1542 | 861 | Friday, November 1, 2019 | Approved |
x64dbg (Portable) 20191023.1230 | 978 | Thursday, October 24, 2019 | Approved |
x64dbg (Portable) 20191014.0057 | 226 | Monday, October 14, 2019 | Approved |
x64dbg (Portable) 20191012.1614 | 134 | Saturday, October 12, 2019 | Approved |
x64dbg (Portable) 20190901.1737 | 438 | Sunday, September 1, 2019 | Approved |
x64dbg (Portable) 20190823.0059 | 195 | Thursday, August 29, 2019 | Approved |
x64dbg (Portable) 20190817.1748 | 300 | Saturday, August 17, 2019 | Approved |
x64dbg (Portable) 20190811.1043 | 186 | Sunday, August 11, 2019 | Approved |
x64dbg (Portable) 20190809.2105 | 100 | Saturday, August 10, 2019 | Approved |
x64dbg (Portable) 20190702.1606.2 | 329 | Thursday, July 11, 2019 | Approved |
x64dbg (Portable) 20190702.1606 | 190 | Tuesday, July 2, 2019 | Approved |
x64dbg (Portable) 20190626.2035 | 210 | Thursday, June 27, 2019 | Approved |
x64dbg (Portable) 20190622.1719 | 183 | Saturday, June 22, 2019 | Approved |
x64dbg (Portable) 20190619.0044 | 161 | Wednesday, June 19, 2019 | Approved |
x64dbg (Portable) 20190616.1412 | 153 | Sunday, June 16, 2019 | Approved |
x64dbg (Portable) 20190613.1332 | 174 | Thursday, June 13, 2019 | Approved |
x64dbg (Portable) 20190612.1707 | 147 | Wednesday, June 12, 2019 | Approved |
x64dbg (Portable) 20190519.1824 | 345 | Tuesday, May 21, 2019 | Approved |
x64dbg (Portable) 20190509.2111 | 227 | Friday, May 10, 2019 | Approved |
x64dbg (Portable) 20190430.1536 | 220 | Tuesday, April 30, 2019 | Approved |
x64dbg (Portable) 20190429.0152 | 135 | Monday, April 29, 2019 | Approved |
x64dbg (Portable) 20190428.1650 | 129 | Sunday, April 28, 2019 | Approved |
x64dbg (Portable) 20190422.1153 | 191 | Monday, April 22, 2019 | Approved |
x64dbg (Portable) 20190417.1942 | 156 | Thursday, April 18, 2019 | Approved |
x64dbg (Portable) 20190412.1801 | 180 | Friday, April 12, 2019 | Approved |
x64dbg (Portable) 20190409.1601 | 148 | Tuesday, April 9, 2019 | Approved |
x64dbg (Portable) 20190406.1331 | 148 | Saturday, April 6, 2019 | Approved |
x64dbg (Portable) 20190328.1504 | 199 | Thursday, March 28, 2019 | Approved |
x64dbg (Portable) 20190322.1302 | 199 | Friday, March 22, 2019 | Approved |
x64dbg (Portable) 20190310.0052 | 189 | Tuesday, March 12, 2019 | Approved |
x64dbg (Portable) 20190120.2250 | 504 | Monday, January 21, 2019 | Approved |
x64dbg (Portable) 20190111.0010 | 181 | Friday, January 11, 2019 | Approved |
x64dbg (Portable) 20181230.2309 | 186 | Monday, December 31, 2018 | Approved |
x64dbg (Portable) 20181127.1240 | 253 | Wednesday, November 28, 2018 | Approved |
x64dbg (Portable) 20181118.1640 | 207 | Monday, November 19, 2018 | Approved |
x64dbg (Portable) 20181113.1219 | 154 | Wednesday, November 14, 2018 | Approved |
x64dbg (Portable) 20181104.2345 | 208 | Monday, November 5, 2018 | Approved |
x64dbg (Portable) 20181031.1252 | 158 | Thursday, November 1, 2018 | Approved |
x64dbg (Portable) 20181029.1349 | 149 | Tuesday, October 30, 2018 | Approved |
x64dbg (Portable) 20181024.1306 | 157 | Thursday, October 25, 2018 | Approved |
x64dbg (Portable) 20181017.0620 | 201 | Thursday, October 18, 2018 | Approved |
x64dbg (Portable) 20181016.1832 | 147 | Wednesday, October 17, 2018 | Approved |
x64dbg (Portable) 20181011.1634 | 156 | Friday, October 12, 2018 | Approved |
x64dbg (Portable) 20180913.1307 | 226 | Friday, September 14, 2018 | Approved |
x64dbg (Portable) 20180902.0103 | 182 | Monday, September 3, 2018 | Approved |
x64dbg (Portable) 20180828.1841 | 170 | Wednesday, August 29, 2018 | Approved |
x64dbg (Portable) 20180821.1714 | 186 | Wednesday, August 22, 2018 | Approved |
x64dbg (Portable) 20180812.2307 | 215 | Tuesday, August 14, 2018 | Approved |
x64dbg (Portable) 20180719.1655 | 256 | Friday, July 20, 2018 | Approved |
x64dbg (Portable) 20180715.1925 | 201 | Monday, July 16, 2018 | Approved |
x64dbg (Portable) 20180714.2058 | 161 | Sunday, July 15, 2018 | Approved |
x64dbg (Portable) 20180705.0253 | 215 | Thursday, July 5, 2018 | Approved |
x64dbg (Portable) 20180701.1955 | 174 | Monday, July 2, 2018 | Approved |
x64dbg (Portable) 20180619.1902 | 205 | Wednesday, June 20, 2018 | Approved |
x64dbg (Portable) 20180611.0325 | 170 | Wednesday, June 13, 2018 | Approved |
x64dbg (Portable) 20180517.1724 | 250 | Friday, May 18, 2018 | Approved |
x64dbg (Portable) 20180405.0033 | 328 | Thursday, April 5, 2018 | Approved |
x64dbg (Portable) 20180306.0001 | 286 | Tuesday, March 6, 2018 | Approved |
x64dbg (Portable) 20180304.2310 | 188 | Monday, March 5, 2018 | Approved |
x64dbg (Portable) 20180224.1352 | 238 | Sunday, February 25, 2018 | Approved |
x64dbg (Portable) 20180214.2242 | 210 | Thursday, February 22, 2018 | Approved |
x64dbg (Portable) 20170402.0317 | 617 | Tuesday, April 4, 2017 | Approved |
x64dbg (Portable) 20170311.0548 | 283 | Saturday, March 11, 2017 | Approved |
x64dbg (Portable) 20170228.0509 | 298 | Friday, March 3, 2017 | Approved |
x64dbg (Portable) 2017.02.13 | 328 | Thursday, February 16, 2017 | Approved |
GNUv3
This package has no dependencies.
Ground Rules:
- This discussion is only about x64dbg (Portable) and the x64dbg (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or x64dbg (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.