index    description    docs    forum    wiki    images    bugs    changelog    download    contact





The book

(html)

1.0b


New discussion forum
See videos in action!
Watch maemo screenshots!
Download a snapshot.

2008-09-19: Latest 1.0 beta sources
2008-07-31: Ubuntu 0.9.9 package
2008-07-18: Maemo 0.9.8 package
2008-06-11: Source snapshot.
2008-04-25: w32 binaries
2008-04-23: 0.9.5 iPhone binaries

More downloads..or browse the repository.

$ hg clone http://radare.nopcode.org/hg/radare

Last repository changes

Mon, 06 Oct 2008 17:20:18 +0200

* Dummy train travel patch

Mon, 06 Oct 2008 13:35:15 +0200

* dietpe patches from Nibble
  - class, machine and subsystem strings
  - dll and endianness identification
  - stripped objects information

Mon, 06 Oct 2008 12:21:38 +0200

* Fix some BSD issues in dietelf
* dietPE updates from Nibble
  - Show RVA
  - Fix offsets for symbols

Fri, 03 Oct 2008 17:27:02 +0200

* Implement toggleable body in graphs
  - Fix Node.add_call to be uint64
  - More grab_focus triggers

Fri, 03 Oct 2008 16:48:40 +0200

* Drop \t from the gnu disassember for ARM
  - Ugly bitches!
* Added shift+ciontrol modifiers for Grava
  - Zooms and Rotates the graph (Yay! :P)
* Added command 'ag.' to export a graphviz code graph
  - Added dummy graph.layout=graphviz

Thu, 02 Oct 2008 20:21:49 +0200

* Add cmd.vprompt2 and cmd.vprompt3
* Fix build for nonsysproxy

Thu, 02 Oct 2008 20:14:34 +0200

* dietpe rewrite (import Nibble's patch)
  - info
  - sections
  - exports
  - imports
* integration of dietpe with rabin
* fix rabin -z for unknown file formats

Thu, 02 Oct 2008 20:11:49 +0200

* 'o' command with no arguments return opened file
* Make --with-sysproxy for waf work
* Make section_list mark where you are located ala !maps?

Thu, 02 Oct 2008 04:30:28 +0200

* Make code analyze use 4096 as block size (avoid buggy analisis)
* Fix problems with data types.
  - folders are now usable again \o/
  - all data conversions too
  - needs some code cleanup (too spaguetti O:)
* Build scriptedit amb gtk-hello plugins with waf
  - Fix build for make
* Rabin: does not show section 0 aka null

Thu, 02 Oct 2008 03:15:21 +0200

* New command 'S' to manage sections
  - Change file.baddr depending on seek
    > S                ; list sections\n");
    > S*               ; list sections (in radare commands\n");
    > S=               ; list sections (in visual)\n");
    > S 4096 0x80000 rwx section_text  @ 0x8048000 ; adds new section\n");
    > S 4096 0x80000   ; 4KB of section at current seek with base 0x.\n");
    > S 10K @ 0x300    ; create 10K section at 0x300\n");
    > S -0x300         ; remove this section definition\n");
    > Sc rwx _text     ; add comment to the current section\n");
    > Sb 0x100000      ; change base address\n");
    > St 0x500         ; set end of section at this address\n");
    > Sf 0x100         ; set from address of the current section\n");
* sS - seek to section index
  - Fixes in the seek command for undo history and relative seeks
  - Use undo push in '>' and '<' commands
* Fix 64 bit bug in af (fixed function sizes)
  - Added get0word() and set0word() in utils.c

more changes...
old pvc repository...



0x0000b47a