UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake 4494eac83f * Check for libtcc in acr to build or not r_lang_plugin_tcc
* R_APIze r_config
  - Added r_config_swap
  - Fix a bug in r_config_set for bool types
* Some more rules in doc/syntax
* Some integration from r_core to r_meta
  - CC command is now working to add and remove comments
  - Make 'C' show help and 'C*' list metadata
  - CF is semi working
* Show comments in disassembly 'asm.comments'
* Added 'e!' command to toggle a eval variable value
  - e!asm.bytes    ; for example
* Drop arrow-debugging in r_core_visual
  - Added key ';' to add comments
  - Do not 's eip' on debug
* Fix build of flags test program (thanks graz!)
* Added r_str_chop_ro (read-only string chopping)
2009-04-06 22:53:25 +00:00
doc * Check for libtcc in acr to build or not r_lang_plugin_tcc 2009-04-06 22:53:25 +00:00
libr * Check for libtcc in acr to build or not r_lang_plugin_tcc 2009-04-06 22:53:25 +00:00
mk * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
.hgtags Added tag 0.1 for changeset ae3b6b66b9de 2009-03-08 10:37:28 +01:00
AUTHORS * Lot of makefile refactoring and cleanup 2009-02-06 13:17:51 +01:00
autogen.sh * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
ChangeLog * Sync changelog and drop RELEASE mark 2009-03-07 17:58:17 +00:00
config-user.mk.acr * Check for libtcc in acr to build or not r_lang_plugin_tcc 2009-04-06 22:53:25 +00:00
config.mk * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
configure * Check for libtcc in acr to build or not r_lang_plugin_tcc 2009-04-06 22:53:25 +00:00
configure.acr * Check for libtcc in acr to build or not r_lang_plugin_tcc 2009-04-06 22:53:25 +00:00
env.sh * Fix scrolling in visual (drop s eip in cmd.vprompt) 2009-03-12 02:03:18 +00:00
Makefile * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00

   ____  ___ ____  ___ ____  ___  ______   ____
  |  _ \/   \'   \/   \  _ \/ _ \ \__   | /    \
  |    <  V  . T  . 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