radare.org |
0x0001cee4 |
|
Last changes in radare2 (see r1)Fri, 12 Mar 2010 13:35:10 +0100* Rename MALLOC_STRUCT into R_NEW and deprecate it.Fri, 12 Mar 2010 13:17:48 +0100* rabin2- Remove af+ commands from 'rabin2 -r' output - Use 'af @@ fcn.' from r2 instead Fri, 12 Mar 2010 12:15:35 +0100* r_anal- Fix local var / arg analysis - Add some opcodes to p/anal_x86.c * r_util - Add macro r_num_abs Fri, 12 Mar 2010 11:07:05 +0100* r_core_anal- List vars in 'afl' output * r_anal - Add r_anal_var_type_to_str - Use hex delta in var names Fri, 12 Mar 2010 03:24:38 +0100* Build- Remove r_var from libr.pc.acr * r_anal - Rename the var typename to name in order to avoid problems with the c++ code generated by swig Fri, 12 Mar 2010 03:05:20 +0100* r_anal- Split anal.c in several files (bb.c, aop.c, var.c...) Fri, 12 Mar 2010 02:45:24 +0100* r_anal- More work on r_anal_var API - Initial working implementation of r_anal_var - Avoid duplicated refs Thu, 11 Mar 2010 20:53:23 +0100* Remove r_var from configure scriptThu, 11 Mar 2010 19:52:05 +0100* Build- Remove remaining r_var.pc.acr - Remove references to r_var from configure.acr * r_anal - More work on r_anal_var_* Thu, 11 Mar 2010 17:19:33 +0100* r_anal- Initial work in var analysis - Move r_var into r_anal * r_var - Removed Last changes in radare (see r2)Wed, 10 Mar 2010 11:46:40 -0500* Fix darwin build issue noticed by NIX hydra build farmFri, 19 Feb 2010 01:27:55 +0100* Fix 'pd' - show N rows, not N bytes* Add 'Sa' command to display only the current section - Sa @ 0x0848040 * Fix dwarf-addrs system() call Tue, 09 Feb 2010 17:23:36 +0100* config.interrupted is not volatile sig_atomic_t- The C standard says that all variables accessed from a signal must be volatile and sig_atomic_t. Fri, 05 Feb 2010 11:28:25 +0100* Fix help message in cx and cf commandsTue, 02 Feb 2010 11:04:02 +0100* Remove useless '%' in at? help messageSat, 30 Jan 2010 16:40:38 +0100* Fix segmentation fault related to analyze + flags- Do not use console flood protection when code analyzing - Clean up some warnings in analyze.c Mon, 25 Jan 2010 18:51:36 +0100* Remove message about 'waf will replace acr'..- And thats not going to happen :) Mon, 25 Jan 2010 17:46:07 +0100* Fix imports resolution in dietpeSun, 24 Jan 2010 23:53:32 +0100* Apply patch from Stefan Kuttler fixing 'rsc fds' in FreeBSDTue, 19 Jan 2010 19:59:04 +0100* Added 'won' operation to negate all bits of current block (same as wox ff) |