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...

Downloads:
2,702
Downloads of v 2.05:
1,276
Last Update:
07 Oct 2019
Package Maintainer(s):
Software Author(s):
- horsicq
Tags:
die detect packer filetype- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Detect It Easy
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,702
Downloads of v 2.05:
1,276
Maintainer(s):
Software Author(s):
- horsicq
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 Detect It Easy, run the following command from the command line or from PowerShell:
To upgrade Detect It Easy, run the following command from the command line or from PowerShell:
To uninstall Detect It Easy, 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 die --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 die -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 die -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 die installed
win_chocolatey:
name: die
state: present
version: 2.05
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 'die' do
action :install
version '2.05'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: die,
Version: 2.05,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller die
{
Name = 'die'
Ensure = 'Present'
Version = '2.05'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'die':
provider => 'chocolatey',
ensure => '2.05',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install die version="2.05" 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.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved by moderator flcdrg on 07 Oct 2019.
DIE is a cross-platform application, apart from Windows version there are also
available versions for Linux and Mac OS.
Many programs of the kind (PEID, PE tools) allow to use third-party signatures.
Unfortunately, those signatures scan only bytes by the pre-set mask, and it is
not possible to specify additional parameters. As the result, false triggering
often occur. More complicated algorithms are usually strictly set in the program
itself. Hence, to add a new complex detect one needs to recompile the entire
project. No one, except the authors themselves, can change the algorithm of
a detect. As time passes, such programs lose relevance without the constant support.
Detect It Easy has totally open architecture of signatures. You can easily
add your own algorithms of detects or modify those that already exist. This
is achieved by using scripts. The script language is very similar to JavaScript
and any person, who understands the basics of programming, will understand easily
how it works. Possibly, someone may decide the scripts are working very slow.
Indeed, scripts run slower than compiled code, but, thanks to the good optimization
of Script Engine, this doesn't cause any special inconvenience. The possibilities
of open architecture compensate these limitations.
DIE exists in three versions. Basic version (DIE), Lite version (DIEL) and
console version (DIEC). All the three use the same signatures, which are located
in the folder db. If you open this folder, nested sub-folders will be found
(Binary, PE and others). The names of sub-folders correspond to the types of files.
First, DIE determines the type of file, and then sequentially loads all the signatures,
which lie in the corresponding folder. Currently the program defines the following types:
MSDOS executable files MS-DOS
PE executable files Windows
ELF executable files Linux
MACH executable files Mac OS
Text files
Binary all other files
From: https://raw.githubusercontent.com/horsicq/Detect-It-Easy/master/LICENSE
LICENSE
MIT License
Copyright (c) 2012-2019 hors<[email protected]il.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/horsicq/DIE-engine/releases/download/2.05/die_win32_portable_2.05.zip
x64: https://github.com/horsicq/DIE-engine/releases/download/2.05/die_win32_portable_2.05.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: C597381D73A7CE6AD1ACC216C5DDD9010CDE56C830063EAEEE9411974F60963E
checksum64: C597381D73A7CE6AD1ACC216C5DDD9010CDE56C830063EAEEE9411974F60963E
Using AU:
Get-RemoteChecksum https://github.com/horsicq/DIE-engine/releases/download/2.02/die_win32_portable_2.02.zip
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/horsicq/Detect-It-Easy/master/LICENSE
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\die_win32_portable_2.05.zip"
}
Get-ChocolateyUnzip @packageArgs
# Install start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Detect It Easy.lnk"
$targetPath = Join-Path $toolsDir "die_win32_portable\die.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
$shortcutFilePath = Join-Path $programs "Detect It Easy Lite.lnk"
$targetPath = Join-Path $toolsDir "die_win32_portable\diel.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
# Remove start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Detect It Easy.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
$shortcutFilePath = Join-Path $programs "Detect It Easy Lite.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 4B56B7537C1382A1BE72DA1CAF9126C6 | sha1: FBAF9B98421A39F092EBA1BE83B5BB24E33682DA | sha256: C597381D73A7CE6AD1ACC216C5DDD9010CDE56C830063EAEEE9411974F60963E | sha512: 20AC32AF5D5D45BC70AACCE0249955611C30DD6972AD2AE63CCC8E6CE56A68957138F7836C1CE60F881A13F540A2DCA7DD397168780DBB87B4D2CADCC2E3B861
Log in or click on link to see number of positives.
- msvcp120.dll (87c42ca15547) - ## / 71
- msvcr120.dll (86e39b5995af) - ## / 71
- Qt5Gui.dll (a85a88cd2c30) - ## / 66
- Qt5Network.dll (6afe3c87df10) - ## / 67
- Qt5Script.dll (afb5393086db) - ## / 65
- Qt5ScriptTools.dll (40bb29ed59a3) - ## / 66
- Qt5Svg.dll (9437207d5829) - ## / 67
- Qt5Widgets.dll (7faabdc43c77) - ## / 67
- Qt5Xml.dll (9a8f9d1cef7c) - ## / 66
- qwindows.dll (b361e735ad7c) - ## / 61
- die.2.05.nupkg (d5c26eedae07) - ## / 61
- die_win32_portable_2.05.zip (c597381d73a7) - ## / 60
- die.exe (6e802a66da62) - ## / 70
- diel.exe (87614b941dad) - ## / 70
- die.exe (673992931764) - ## / 68
- diec.exe (a3313a73bda5) - ## / 68
- diel.exe (cd2fbf85f314) - ## / 70
- libcrypto-1_1.dll (b537cb11e0c9) - ## / 69
- Qt5Concurrent.dll (c8447658d781) - ## / 64
- Qt5Core.dll (37ea57c4c372) - ## / 71
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 |
---|---|---|---|
Detect It Easy 3.01 | 20 | Wednesday, January 13, 2021 | Responded |
Detect It Easy 2.05 | 1276 | Monday, October 7, 2019 | Approved |
Detect It Easy 2.03 | 583 | Saturday, May 11, 2019 | Approved |
Detect It Easy 2.02 | 141 | Wednesday, May 1, 2019 | Approved |
Detect It Easy 1.01 | 650 | Wednesday, June 1, 2016 | Approved |
© 2012-2018 NTInfo
This package has no dependencies.
Ground Rules:
- This discussion is only about Detect It Easy and the Detect It Easy 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 Detect It Easy, 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.