radare.org |
0x0001cdd5 |
|
Last changes in radare2 (see r1)Tue, 09 Mar 2010 22:32:49 +0100* Use DESTDIR in swig make installMon, 08 Mar 2010 19:40:21 +0100* r_util- Fix memory leak in r_list_free - Update test in list.c * r_bin - Add dummy function for elf section resize Mon, 08 Mar 2010 16:33:42 +0100* Use DESTDIR in r2rc installMon, 08 Mar 2010 12:45:22 +0100* Added linux-arm syscalls* Lot of syntax cleanup (reduce locs, unify syntax) Mon, 08 Mar 2010 12:31:14 +0100* r_list- Fix r_list_foreach * r_anal - Move p/arm.h to arch/arm/arm.h - Add arm.mk to p/Makefile * r_core_anal & r_anal - Refactoring using r_list_foreach Mon, 08 Mar 2010 11:05:58 +0100* Added missing arm.hMon, 08 Mar 2010 10:53:15 +0100* Added copypasta 'arm' code analysis for r_analMon, 08 Mar 2010 00:18:58 +0100* Rename cons/filter.c to grep.c- Some random changes.. with no success - Grepping console buffer is not working * Cleanup the 'ds' and 'dp' commands - Implement 'dpa' to attach - Allow to list childrens of pid - Also list all attachable pids * Fix segfault by leaking.. needs some cleanup * Fix r_debug_reg_list (NULL) issue Sun, 07 Mar 2010 14:00:26 +0100* Add dummy local-var analysis stuff to r_anal* Check return value of r_anal_set_bits in asm.bits callback Fri, 05 Mar 2010 18:55:39 +0100* r_core- Set r_anal bits in asm.bits callback * r_core_anal - Improve xref resolution * r_anal - Fix infinite loops in r_anal_bb and r_anal_fcn - Some code cleanup in bea plugin - More improvements in code analysis * r_bin - Mark symbols as functions in r_bin_pe * rabin2 - Print 'af+' commands and 'fcn.' flags for all functions in -rsi output Last changes in radare (see r2)Fri, 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)Tue, 19 Jan 2010 16:19:02 +0100* Merge |