./wip/radare2, Reverse engineering framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.9.8, Package name: radare2-5.9.8, Maintainer: pkgsrc-users

radare2 is an advanced commandline hexadecimal editor
with a set of tools for working with binary files.

Most of tools that come with radare2 have been designed
for reverse engineering file formats, firmwares, programs,
libraries, etc.

Radare2 project started as a forensics tool, a scriptable
commandline hexadecimal editor able to open disk files,
but later support for analyzing binaries, disassembling
code, debugging programs, attaching to remote gdb servers..


Required to run:
[archivers/libzip] [devel/capstone]


Package options: debug

Master sites:

Filesize: 11874.157 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-04 01:25:01 by Kamil Rytarowski | Files touched by this commit (9) | Package removed
Log message:
Radare2 was imported to devel/ by Greg Troxel (gdt@)
   2015-02-22 20:55:57 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Remove TODO, it was emptied.
   2015-02-22 16:11:56 by Kamil Rytarowski | Files touched by this commit (2)
Log message:
Fix linkage with external libzip.
Back-port upstream patch for shlr/zip/deps.mk
   2015-02-22 15:57:17 by Kamil Rytarowski | Files touched by this commit (3)
Log message:
Initial work on fixing --with-syszip
   2014-12-11 02:42:58 by Kamil Rytarowski | Files touched by this commit (5)
Log message:
Fix proper installation of shared libraries

Cherry-pick upstream patches:
- patch-configure r. 046f0a447
- patch-libr-Makefile r. 046f0a447 and r. 2f551b485
   2014-12-05 12:53:47 by Thomas Klausner | Files touched by this commit (6)
Log message:
Remove capstone, imported to devel/
   2014-12-04 02:29:01 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Add TODO
   2014-12-04 02:22:24 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Add debug(ger) to options.mk. Disable ssl by default (follow upstream)