radare.org |
0x00022545 |
|
Last changes in radare2 (see r1)Thu, 29 Jul 2010 19:56:07 +0200* Fix class & fat mach-o detection in big endian machinesThu, 29 Jul 2010 19:52:13 +0200* r_bin- Fix bug in autodetection with class and fat mach-o files Thu, 29 Jul 2010 18:15:02 +0200* r_bin_fatmach0- Huge refactoring of r_bin_fatmach0 * rabin2 - Don't print msg "n bins extracted" in radare mode Thu, 29 Jul 2010 16:04:18 +0200* r_bin- Add function r_bin_extract() - Add lib r_bin_fatmach0 into format/mach0/ - Complete mach0_specs with fat mach-o stuff - Add plugin bin_fatmach0 - Initial import of mach-ex into r_bin - Remove mach-ex * rabin2 - Add flag -x for extracting bins from file * Build - Update plugins.def.cfg - Remove mach-ex stuff from libr/Makefile Sun, 25 Jul 2010 13:29:16 +0200* Fix bug installing mach-exSat, 24 Jul 2010 12:44:19 +0200* More fixes on mingw32 build* Update VERSION in swig configure script * Update doc/windows Fri, 23 Jul 2010 15:44:40 +0200* Fix build of r_socket on mingw32Fri, 23 Jul 2010 12:45:40 +0200Added tag 0.5 for changeset d6e0b8042543Fri, 23 Jul 2010 12:45:12 +0200Removed tag 0.5Fri, 23 Jul 2010 12:19:39 +0200* Fix buildLast changes in radare (see r2)Tue, 06 Jul 2010 13:22:43 +0200* Fix make clean (thanks sre/debian)Mon, 05 Jul 2010 13:46:40 +0200* Fix build --without-debuggerFri, 02 Jul 2010 10:36:28 +0200* Fix build in openbsd64Tue, 29 Jun 2010 23:39:02 +0200* Added 'distfree' target in Makefile to allow debian redistribute the sourceTue, 29 Jun 2010 23:34:43 +0200* Fix manpage and Debugger/Breakpoint grsc script (thanks Debian)Tue, 29 Jun 2010 23:20:17 +0200* Apply patch from debian fixing build/install of python25 pluginSun, 23 May 2010 19:44:08 +0200* Fix attach in debugger for OSX* Fix build of debugger on darwin/w32 Fri, 21 May 2010 12:19:45 +0200* Release 1.5.2Wed, 19 May 2010 12:25:55 +0200* Documentate how to redirect stdio of debugged processWed, 12 May 2010 23:35:53 +0200* Implement 'dbg.procpidmem' eval variable> e dbg.procpidmem=true # to test - as false by default - Uses /proc/${pid}/mem instead of ptrace() to read memory - it's 25% faster. Thanks erg0t and mobi |