UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake 47834e60bd * Do not calculate reflines if asm.lines=false
* Honor null callback in r_cmd
* Some enhacements in the r_config_description
* Implement cmd.repeat and add two commands to handle it
  - . and .. (allow to handle pyew-like newline)
* Add ia and ia* to show all binary information info
  - Use r_sys_cmd_str() instead of r_sys_cmd()
  - This fixes the bug of not able to interpret output of .i?*
* Some random minor code simplifications
* r_sys_getenv now returns an allocated buffer
  - Need some review to avoid memleaks
2011-08-27 20:25:37 +02:00
binr * Add r_core_prompt_loop() 2011-08-27 04:32:27 +02:00
doc * Move RELEASE stuff from doc/releases to DEVELOPERS 2011-07-19 12:52:51 +02:00
doc.sw * Some fixes in sw, update TODO and prepare Changelog for release.. 2010-07-22 14:29:03 +02:00
libr * Do not calculate reflines if asm.lines=false 2011-08-27 20:25:37 +02:00
maemo * More libdir-ification (thanks sre) 2011-07-19 12:27:01 +02:00
man * Merge lost commit 2011-07-19 10:45:47 +02:00
mk * Use hg manifest in make dist 2011-08-27 03:31:55 +02:00
pkgcfg * Honor LIBDIR and VERSION in pkgcfg 2011-07-19 13:19:09 +02:00
r2-bindings * Do not calculate reflines if asm.lines=false 2011-08-27 20:25:37 +02:00
test * Fix asm test 2011-07-13 19:37:28 +02:00
.hgtags Added tag 0.7 for changeset 68b843c10b92 2011-03-08 21:26:20 +01:00
AUTHORS * Fix help in radiff2 2011-04-18 22:46:21 +02:00
autogen.sh * Apply some fixes for kFreeBSD debugger and OS detection 2011-04-20 13:56:58 +02:00
build.sh * Added much more detailed vapis 2010-10-28 00:55:07 +02:00
ChangeLog * Merge lost commit 2011-07-19 10:45:47 +02:00
config-user.mk.acr * Honor --libdir --includedir and --bindir 2011-07-19 11:25:11 +02:00
configure * Use hg manifest in make dist 2011-08-27 03:31:55 +02:00
configure-plugins * Fix pkg-config-symstall 2011-05-20 19:49:50 +02:00
configure.acr * Bump into 0.8.1 2011-07-19 00:26:11 +02:00
configure.hook * Use configure-langs from root configure.hook 2011-05-20 20:11:31 +02:00
DEVELOPERS * Enforce the use of BSD tar 2011-07-21 00:50:16 +02:00
env.sh * Move RELEASE stuff from doc/releases to DEVELOPERS 2011-07-19 12:52:51 +02:00
global.mk * Honor MANDIR 2011-07-03 13:06:16 +02:00
INSTALL * Added 'mad' compiler support to crosscompile to maemo6 with QtCreator 2011-06-14 01:44:28 +02:00
LICENSE * Remove unused include files 2010-03-14 18:50:17 +01:00
Makefile * Use hg manifest in make dist 2011-08-27 03:31:55 +02:00
plugins.def.cfg * Initial import of the asm.x86.nz plugin 2011-08-05 00:34:45 +02:00
README * Beautify ascii art in README 2010-10-29 03:45:26 +02:00
TODO * Do not calculate reflines if asm.lines=false 2011-08-27 20:25:37 +02:00
TODO.decompiler * Added basic guidelines in TODO.decompiler 2010-06-21 21:08:43 +02:00
TODO.hackaton * Add rafind2.1 manpage 2010-06-18 17:52:30 +02:00
TODO.poll * Very early work on r_anal_call api 2010-06-17 17:55:39 +02:00

   ____  ___  ___  ___ ____  ___   ____
  |  _ \/   \|   \/   \  _ \/ _ \ |__  \
  |    <  V  . |  , V  .   <   _/  / __/ 
  |__\__|_|__|___/__|__|_\__\___/ |____/

This is the rewrite of radare (1.x branch) to provide a
framework with a set of libraries and programs to work
with binary data.


                                            --pancake