radare.org 0x000165e5

radare is a Free advanced command line hexadecimal editor


    


Download!
Browse source
Get book
Get involved

Last changes in radare2

Thu, 18 Jun 2009 13:10:26 +0000

* Added r_db_delete() method in r_db api

Mon, 15 Jun 2009 18:31:03 +0200

* Initial working version (with test) of r.db
  - Ow yeah! (missing r_db_delete and iterators)

Mon, 15 Jun 2009 02:44:05 +0000

* Initial import of r_db

Fri, 12 Jun 2009 19:33:31 +0200

* Fixed r_bin_pe segfault with .NET PE files
* Added windows 7 syscalls table to r_syscall under win7.c

Thu, 11 Jun 2009 14:28:35 +0200

* Fixed bug in r_bin_elf resolving imports
* Fixed 'rasm2 -o'

Wed, 03 Jun 2009 12:58:18 +0200

* Fixed Elf64_Xword/Elf32_word bug in r_bin_elf

Thu, 28 May 2009 10:57:30 +0000

* Minor syntax changes
* USE_BTREE is now optional in r_flags
  - better test case (but im still unable to reproduce the bug)
* Fix build (r_anal.h)

Wed, 20 May 2009 12:41:04 +0000

* Sync local random changes with public repo
* Forwport of the 'Y' yesno issue of r1
* R_APIize r_util a bit more
* Added r_str_ansi_* helper functions

Sun, 17 May 2009 12:01:02 +0200

* rabin2
  - Flags '-x' and '-w' unified into '-o'
  - '-w' is used to open file in rw mode
  - More refactoring
* r_bin
  - Added bin_dummy plugin
  - get_strings works now with unknown formats

Tue, 05 May 2009 23:49:40 +0200

* Fixed resize_section in r_bin

read more

Last changes in radare1

Thu, 02 Jul 2009 23:10:49 +0000

* Fix octal dump 'po' command

Sun, 28 Jun 2009 12:45:02 +0200

* Fixed !reg for x86_64

Fri, 26 Jun 2009 11:08:24 +0000

* Added support to change the r8-r15 regs in x86-64
* Added new !reg= command to get a list of registers
  - Implement it on every debugger backend

Fri, 26 Jun 2009 00:36:45 +0000

* Fix segfault in @@= iterator
  - Do not stop when offset of flag is 0
* Fix format string bug in pR command

Thu, 18 Jun 2009 10:54:20 +0000

* Fix rax bin2hex conversion
* Reorganization of the TODO points
* Add support for floating values in get_offset
  ? 33.4f is the same as ?f 33.4

Wed, 17 Jun 2009 19:03:57 +0000

* Some fixups in the remote ruby api for cmd and system

Wed, 17 Jun 2009 10:25:44 -0700

* Fix segfault related to the solaris libc's printf in visual

Wed, 17 Jun 2009 01:23:46 +0000

* rasc -x doesnt shows spaces
* Implement RAP_WRITE in rap server for ruby api

Wed, 17 Jun 2009 00:53:36 +0000

* Merge heads

Wed, 17 Jun 2009 00:53:11 +0000

* Minor fixups in the ruby remote api
* Return -1 directly when cannot connect on rap:// listen in core
* Redefine 'am' format strings instead of appending them
* Add support for following pointers for following nested structures
  - am stack zx shell hex
  - pm x[*stack] @ esp  # note the 'asterisk' :)

read more