[maemo-developers] radare 0.9.6 released for maemo

From: pancake pancake at youterm.com
Date: Wed May 21 18:23:21 EEST 2008
I'm pleased to announce radare 0.9.6!

Screenshots:

  http://radare.nopcode.org/img/maemo

Download:

  http://radare.nopcode.org/get/radare-0.9.6.tar.gz

Binary install:

  http://radare.nopcode.org/get/radare_0.9.6_armel.deb
  http://radare.nopcode.org/get/radare_0.9.6-1_i386.deb

Changelog:

  http://radare.nopcode.org/get/changelog-0.9.6

NOTE: The plugins API has changed, so it will probably crash if it tries
to load old plugins. make install or just remove the stuff in
$pfx/lib/radare.

Short Changelog:

  - Better integration with Hildon and Maemo
    - menu icon
    - popup menu for gradare
    - zoom buttons for VTE and code graphs
  - Upgrade graphing code to fit with valac 0.3.3
  - Add 'run script' from the gui menubar (supports lua and radare
    scripts)
  - Support to add static nodes in the graph with the output of a
    command (!regs, x at esp, etc..)
  - Lot of minor fixups and much better stability (Thanks Nibble!)
  - Support for user defined color palette
  - Added preferences GUI panel
  - Flag 'search_last' the position of the seek when stopping a search
  - show your position in !maps (mark with an asterisk)
  - Added GNU SPARC disassembler support (eval asm.arch = sparc)
  - add rsc syms-extract to extract symbols from libs or bins in gas
    format
  - Support to change memory range permissions of the target process
    (software watchpoints/breakpoints) for linux and windows (x86-32)
  - support for GTK plugins
  - Enhacements on the LUA scripting API
  - Initial import of a fuzzer engine written in LUA using radare as
    debugger and script engine. (thanks th0rpe!)
    - Added !loop debugger command to ease fuzzing
  - Add 'continue until here' button in graphs and gui
  - Add asm.addrmod to mark mod-aligned memory addresses
  - Add asm.reladdr to show relative addressing (for ease reading)
    - can use relative addressing for adding breakpoints !bp +34
  - Enhace the support for the MIPS (Loongson2F) debugger
    - supports breakpoints
    - control cpu0 and cpu1 (fpu) registers
    - state-of-the-art stepping with breakpoints and code analysis
      (!stepbp)
  - Support to debug gstreamer test programs (export CK_FORK=no)
  - Initial import of radiff (the unified bindiffing tool for radare)
    - handles 4 different bindiffing engines
    - code analysis bindiffing from IDA idc files (ida2rdb script)
  - Fixes some java disasembly problems (Thanks progeny!)
  - Some basic debugger implementation for macosx (10.5) for intel,
    arm code is already imported but not tested.
    - Thanks piem for the iphone sdk for linux ;)
    - Thanks Ben Byer for the shell!
  - Fix the debugger for x86-64


Thanks to all the contributors!



--pancake

More information about the maemo-developers mailing list