Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

3,503

Downloads of v 2.0.1:

444

Last Update:

24 Oct 2017

Package Maintainer(s):

Software Author(s):

  • pancake aka @trufae

Tags:

radare2 c commandline unix reverse-engineering forensics analysis

radare (Install)

  • 1
  • 2
  • 3

2.0.1 | Updated: 24 Oct 2017

Downloads:

3,503

Downloads of v 2.0.1:

444

Maintainer(s):

Software Author(s):

  • pancake aka @trufae

radare (Install) 2.0.1

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Package Approved

This package was approved by moderator flcdrg on 24 Oct 2017.

WARNING

This package is unlisted and hidden from package listings.

Description

Radare is a portable reversing framework that can...

  • Disassemble (and assemble for) many different architectures
  • Debug with local native and remote debuggers (gdb, rap, webui, r2pipe, winedbg, windbg)
  • Run on Linux, *BSD, Windows, OSX, Android, iOS, Solaris and Haiku
  • Perform forensics on filesystems and data carving
  • Be scripted in Python, Javascript, Go and more
  • Support collaborative analysis using the embedded webserver
  • Visualize data structures of several file types
  • Patch programs to uncover new features or fix vulnerabilities
  • Use powerful analysis capabilities to speed up reversing
  • Aid in software exploitation

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url        = 'https://radare.mikelloc.com/get/2.0.1/radare2-w32-2.0.1.zip'
$url64      = $url

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE_MSI_OR_MSU'
  url           = $url
  url64bit      = $url64

  softwareName  = 'radare*'

  checksum      = 'E070D6363D20FD54D53B60FDC2793EF195F4108C68B96658059B536971D28B6C'
  checksumType  = 'sha256'
  checksum64    = 'E070D6363D20FD54D53B60FDC2793EF195F4108C68B96658059B536971D28B6C'
  checksumType64= 'sha256'

  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

try{
  Uninstall-ChocolateyPackage -PackageName 'radare'
}
catch{
  #no op
}

Install-ChocolateyZipPackage @packageArgs

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status

Release 2.0.0

Project: radare2
Codename: shiny-nibbles
Date: Mon Oct 09 2017 17:17:36 GMT+0200 (CEST)
Website: http://radare.org
Tarball: https://github.com/radare/radare2/releases
Builds: http://cloud.rada.re/get/2.0.0

radare2 2.0.0 comes with 31574 new lines of new features, bug fixes and enhancements. Here some of the most important highlights:

Numbers:

  • commits: 1042
  • fix: 571
  • crash: 30
  • new: 18
  • add: 197
  • anal: 44
  • leak: 50
  • esil: 16
  • debug: 30
  • type: 18
  • oob: 0
  • honor: 20
  • update: 31
  • clean: 13
  • import: 3
  • endian: 6
  • indent: 7
  • command: 68
  • enhance: 10
  • diff:
    • add: 54605
    • del: 23031
    • diff: 31574

Release 2.0.0

| name | commits | fix | add | honor | leak | authors | |--------------|---------|-----|-----|-------|------|------------------------------------------------------| | | 1042 | 571 | 197 | 20 | 50 | | | binr/radare2 | 44 | 19 | 12 | 1 | 2 | pancake srimanta.barua1 condr3t defragger ... | | binr/rabin2 | 4 | 3 | 2 | 0 | 0 | condr3t pancake dark.cancerbero maskray ... | | binr/radiff2 | 8 | 5 | 0 | 0 | 2 | pancake maskray condr3t xarkes ... | | binr/rahash2 | 2 | 2 | 0 | 0 | 0 | xarkes pancake alvarofe | | libr/debug | 90 | 53 | 22 | 0 | 7 | pancake srimanta.barua1 xarkes rkx1209dev ... | | libr/bin | 114 | 67 | 18 | 3 | 12 | pancake alvarofe xvilka maskray ... | | libr/core | 510 | 274 | 91 | 17 | 28 | pancake maskray alvarofe condr3t ... | | libr/crypto | 0 | 0 | 0 | 0 | 0 | | | libr/cons | 26 | 19 | 3 | 2 | 8 | pancake maskray p4n74 srimanta.barua1 ... | | libr/anal | 86 | 48 | 18 | 0 | 10 | pancake maskray alvarofe xvilka ... | | libr/asm | 75 | 47 | 19 | 0 | 6 | sven pancake maskray wargio ... | | libr/util | 118 | 67 | 16 | 4 | 8 | pancake maskray kazarmy xarkes ... | | libr/egg | 12 | 11 | 2 | 0 | 3 | pancake josediazfer josediazplay wargio ... | | libr/io | 169 | 101 | 34 | 2 | 8 | pancake alvarofe condr3t maskray ... |

Contributors: 1042 / 69 = ~ 15.101449275362318

33% - 348 pancake
13% - 138 maskray
11% - 124 alvarofe
4% - 48 condr3t
4% - 46 srimanta.barua1
3% - 35 xarkes
3% - 33 xvilka
2% - 31 kazarmy
2% - 24 sven
1% - 20 wargio
1% - 20 maijin
1% - 18 defragger
1% - 18 cutlassc91
1% - 13 antide.petit
1% - 13 rkx1209dev
1% - 12 skuater
0% - 9 guillaume
0% - 8 h4ng3r
0% - 8 ora8
0% - 6 mscherer
0% - 4 karlis3p70l1ij
0% - 4 emacsray
0% - 3 arkamar
0% - 3 julien.voisin
0% - 2 p4n74
0% - 2 lenerd
0% - 2 sajjad
0% - 2 jpenalbae
0% - 2 dark.cancerbero
0% - 2 soez
0% - 2 cgvwzq
0% - 2 mrmacete
0% - 2 josediazplay
0% - 2 asanchez
0% - 2 0xTowel
0% - 2 kc8apf
0% - 2 richardmaciel
0% - 1 dowdyph0
0% - 1 nfontenot27
0% - 1 zhangzhuo
0% - 1 tantecky
0% - 1 amatus
0% - 1 techvoltage
0% - 1 frefreak.zxy
0% - 1 tryger
0% - 1 zadlg
0% - 1 willi.ballenthin
0% - 1 javierptd
0% - 1 burnham.jonathan
0% - 1 xiyou.wangcong
0% - 1 osalvador.vilardaga
0% - 1 queenp
0% - 1 a.kornitzer
0% - 1 torsunov
0% - 1 ben.l.gardiner
0% - 1 misc
0% - 1 dennis+git_swoops
0% - 1 mgregorczuk0
0% - 1 j123123
0% - 1 kijmail
0% - 1 Coder-256
0% - 1 mr.exodia.tpodt
0% - 1 itaycohen23
0% - 1 beren.minor+git
0% - 1 daan
0% - 1 mytbk920423
0% - 1 crd
0% - 1 toshi.piazza

This release became our pain in some parts of the body and a huge win. Thanks to condret, alvaro and maskray the long term refactoring on top of the simple IO library (siol) is now merged, tested and everything is rewritten on top of this layer. This simplified internal representation of many operations, proving stacked, multi-layered IO for any part of radare2.

New commands

  • A lot of commands were merged together
  • Some commands have been added to ease the manipulation of ascii-graphs
  • Regularely used analysis macro have been moved into commands to make them easier to use
  • Add new command aesb, to step back with ESIL (#8052)
  • Enhance ax, axk lists and axq is the old ax
  • Implement rafind2 -i to identify binaries

New Fileformats/io plugins

  • ar://
  • lib://
  • winedbg://

New config options

  • Add io.map and remove file and io.maps.range search.in options
  • Add asm.asciidot and remove asm.strenc
  • io.maps is now by default instead of search.in=file
  • Add asm.addrbytes eval config var to make one vaddr unit use more than 1 bytes (#8121)
  • Bring back dbg.trace.inrange in dtc command
  • Remove search.count in favor of search.maxhits in /A , /R , and everywhere else

Dependencies updates

  • Update spp again for windows this time
  • Use libtool instead of ranlib for iOS
  • Update sdb
  • Upgrade zlib from 1.2.8 to 1.2.11

Improved interface

  • Fix overlap in graphs
  • Added curved corners in the ASCII graph (e scr.utf8.curvy=true)
  • Add some options to the search command (/), and improve its speed drastically in certain cases
  • r2 -e cfg.newtab=1 to enable the experimental new command completion
  • Show hidden metadata as "hidden" (#8525)

Improved disassembly

  • Pseudo-decompiler for AVR and SH4
  • Add instruction descriptions from Intel Instruction Set Reference Volume 2 (#8209)

Analysis

  • Reduce the number of false positive strings
  • Add more analisys heuristics
  • Do not let pdf work on functions with > 4KB of unrelated code
  • Enhance aav for MIPS, af@@aav* may be added at some point
  • Initial ESIL support for V850
  • Avoid dupes in anal.jmptbl for analysis, speedup
  • asm.strenc guess whether string is utf32le, utf16le, utf8, etc

Fileformat supports

  • Add IA-64 binary detection (#8645)
  • Add HP-UX binary detection (#8644)
  • Detect kotlin in java classes
  • Initial optimization for DEX
  • Big improvements for MDMP plugin (r2pm -i mdmp)
  • Added resources extraction to rabin2 (#7912)
  • Honor bin.dbginfo for all file formats
  • Add DEX38 support
  • Add LC_CODE_SIGNATURE for rabin2 -H on mach0 bins
  • Add canary detection on OpenBSD binaries

ELF

  • Handle .bss section in ELF
  • Add V850 recognition

Bindings

  • Add more extern "C" to make C++ users happy
  • Even more commands have a json output now (just append j to them.)
  • Expose r2 environment variables to internal r2pipe calls
  • Add free to RLibStruct & RLibPlugin. (#7991)
  • Updated lang-python and it allows to create RCore, RAsm and RAnal plugins

Misc cool stuff

  • Add zsh completion for every r2 tool!
  • Add support for architectures that are using 9bit bytes middle endian (like CLemenCy)
  • Add support for IDA FLIRT signatures v10 (IDA 6.8 and higher)
  • Detect main() for D language
  • Added autoload of zignatures from zigns folder
  • Replace radiff2 -s with Eugene W. Myers' O(ND) diff algorithm
  • Add radiff2 -ss for Levenshtein edit distance
  • More documentation
  • Less crashes, less memory consumed
  • Various fixes regarding projects (removing functions after loading a project is now working)
  • As usual, new fortunes

Debugger

  • Add heap jemalloc analysis
  • Add timeless debugger (Record and Replay) for native debug, gdb:// and ESIL emulation !!!
  • Add commands to manage recorded trace sessions
  • Add initial support for hw watchpoint (#8132)
  • Better LLDB support
  • Windows: PDB Autoloading when debugging
  • Support spawning processes with spaces in their path
  • Add the null debugger plugin
  • added =!detach to detatch de debuggee

GDB

  • Reading xml target description and parsing into r2 reg profile (#8124)
  • Added reading of executed file name to gdbserver
  • Add env var to control gdb packet size
  • Added automatic loading of symbols from local file (#8006)
  • Added debugging of protocol messages in gdbserver (#7931)

Fixes:

  • #8601
  • #7653
  • #8667
  • #8623
  • #8653
  • #8664
  • #8659
  • #8641
  • #8642
  • #8601
  • #8637
  • #8624
  • #8634
  • #8618
  • #8619
  • #8594
  • #8595
  • #8613
  • #8614
  • #8607
  • #8606
  • #8593
  • #8590
  • #8592
  • #8487
  • #8578
  • #8566
  • #8573
  • #8543
  • #8541
  • #8487
  • #8469
  • #8479
  • #8548
  • #8547
  • #8545
  • #8542
  • #8537
  • #8527
  • #8328
  • #8328
  • #8523
  • #8168
  • #8498
  • #8486
  • #8328
  • #8497
  • #8388
  • #8502
  • #8335
  • #8189
  • #8500
  • #8499
  • #8496
  • #8492
  • #8488
  • #7948
  • #8485
  • #8464
  • #8471
  • #8164
  • #8435
  • #8445
  • #8468
  • #8477
  • #7958
  • #7129
  • #8440
  • #4039
  • #8439
  • #2955
  • #2955
  • #8279
  • #8427
  • #8431
  • #8407
  • #8422
  • #8280
  • #8416
  • #8415
  • #8417
  • #8413
  • #8405
  • #8408
  • #8406
  • #8393
  • #8394
  • #8400
  • #8396
  • #8401
  • #8390
  • #8349
  • #8377
  • #8372
  • #8371
  • #8362
  • #8359
  • #8358
  • #8356
  • #8352
  • #8353
  • #8342
  • #8340
  • #8337
  • #8338
  • #8253
  • #8290
  • #8334
  • #8279
  • #8333
  • #8326
  • #8327
  • #8324
  • #8322
  • #8306
  • #8317
  • #8285
  • #8312
  • #2566
  • #8272
  • #8305
  • #8311
  • #8298
  • #8307
  • #8285
  • #8292
  • #8296
  • #8297
  • #8299
  • #8303
  • #8295
  • #8281
  • #8261
  • #8258
  • #8260
  • #8267
  • #8265
  • #8271
  • #8268
  • #8274
  • #8269
  • #8167
  • #8262
  • #8254
  • #8257
  • #8246
  • #8240
  • #8239
  • #8238
  • #8228
  • #8221
  • #8220
  • #8216
  • #8212
  • #8196
  • #8191
  • #8192
  • #8084
  • #8184
  • #8182
  • #8178
  • #8174
  • #8173
  • #8155
  • #8169
  • #8165
  • #8097
  • #8134
  • #8145
  • #8146
  • #8144
  • #8131
  • #8142
  • #8141
  • #8077
  • #8136
  • #8139
  • #8132
  • #7660
  • #8109
  • #8115
  • #8114
  • #8112
  • #7774
  • #8107
  • #8100
  • #8008
  • #8095
  • #8075
  • #8080
  • #8074
  • #8072
  • #8073
  • #8045
  • #8059
  • #8071
  • #8068
  • #8067
  • #8065
  • #8060
  • #8055
  • #8044
  • #8048
  • #8043
  • #8039
  • #8037
  • #8036
  • #8032
  • #8029
  • #8026
  • #7997
  • #7969
  • #8000
  • #7992
  • #7994
  • #7976
  • #7971
  • #7984
  • #6411
  • #7977
  • #7965
  • #7970
  • #7955
  • #7956
  • #7957
  • #7951
  • #7952
  • #7953
  • #7954
  • #7950
  • #7935
  • #7925
  • #7943
  • #7932
  • #7940
  • #7936
  • #7910
  • #7929
  • #7930
  • #7926
  • #7928
  • #7927
  • #7907
  • #7909
  • #7919

This package has no dependencies.

Discussion for the radare (Install) Package

Ground Rules:

  • This discussion is only about radare (Install) and the radare (Install) 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 radare (Install), 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.
comments powered by Disqus