radare.org 0x000291ab
    


Download!
Browse source
Get book
Get involved
  


Deprecated: Function split() is deprecated in /srv/http/radareorg/new/rss-parser.inc on line 240

Last changes in radare2 (see r1)

Sat, 04 Feb 2012 03:51:22 +0100

* Initial support for the z80 CPU
  - assembler, disassembler and basic code analysis
  - code analysis is very primitive atm

Fri, 03 Feb 2012 20:52:20 +0100

** Apply patch from Simon Ruderich (thanks!)
* Remove some unused variables.
* libr/core/disasm.c: Fix minor memory leak.
* libr/util/str.c: Cleanup r_str_home() and fix potential crash.
* libr/line/dietline.c: Cleanup r_line_hist_load, fix memory leak.
* libr/core/cmd.c: Fix read from uninitialized memory.
* libr/util/str.c: Add comment why r_str_cpy() was added.
* libr/io/p/io_malloc.c: Prevent read from invalid memory.
* Split -n into -n (no user settings) and -N (no analysis).

Fri, 03 Feb 2012 16:28:52 +0100

* Remove tests/ and use r2-regressions from vext01 github

Fri, 03 Feb 2012 16:23:14 +0100

* Fix -n help message as reported by rudi_s
* Oops fix build again

Fri, 03 Feb 2012 10:57:45 +0100

* Fix build + initial work on z80 asm/dis

Fri, 03 Feb 2012 01:13:09 +0100

* Build the ewf plugin if requested
* Fix valgrind warning thanks to Simon Ruderich
* Add mach0 ARM subtypes and fix parsing

Thu, 02 Feb 2012 01:06:22 +0100

* Added m68 disassembler and code analysis
  - m68k assembler pending to fix some license issues with author
* Added z80 assembler and disassembler
  - still not integrated with the plugin
* Software licenses sucks

Wed, 01 Feb 2012 22:54:12 +0100

* Fix output of search command (fix regression test)

Wed, 01 Feb 2012 22:42:38 +0100

* Fix nullpointer checks in p/bin p9, pe and pe64 when
  using virtual files like malloc:// (thanks?@vext01 for reporting)
* Add search.in=block
* Fix search ranges in search.in=file (fixes r2-regressions test)

Wed, 01 Feb 2012 16:53:46 +0100

* Fix opening files with spaces in name from r2 prompt
* Sort TODO