Opensource tools to disasm, debug, analyze and manipulate binary files. * Multi-architecture multi-platform * Highly scriptable * Hexadecimal editor * IO is wrapped * Filesystems support * Debugger support * Diffing between two functions or binaries * Code analysis at opcode, basicblock, function levels And more... Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
zi 2011-09-16 20:51:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/radare2 Makefile distinfo pkg-descr pkg-plist Log: New port: devel/radare2 PR: ports/159805 Submitted by: Karsten Pedersen <kpedersen@opencde.org> Approved by: wxs (mentor) Opensource tools to disasm, debug, analyze and manipulate binary files. * Multi-architecture multi-platform * Highly scriptable * Hexadecimal editor * IO is wrapped * Filesystems support * Debugger support * Diffing between two functions or binaries * Code analysis at opcode, basicblock, function levels ...and more! Revision Changes Path 1.4548 +1 -0 ports/devel/Makefile 1.1 +43 -0 ports/devel/radare2/Makefile (new) 1.1 +2 -0 ports/devel/radare2/distinfo (new) 1.1 +13 -0 ports/devel/radare2/pkg-descr (new) 1.1 +226 -0 ports/devel/radare2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!