UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake/fluendo 9526a34445 * Add ?z and ?t commands in r2
- ?z stands for strlen (zero length is true)
  - ?t stands for 'time profiling' for commands
    > ?t.(run-profiled-macro)
    > ?tpd 20
    > ?t33x 128
    ...
* Add r_prof stuff inside r_util
* Fix hexdump when color is disabled
2009-03-13 12:28:36 +01:00
doc * Add random documentation for dynamic language plugins 2009-03-10 01:49:24 +00:00
libr * Add ?z and ?t commands in r2 2009-03-13 12:28:36 +01: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
ChangeLog * Sync changelog and drop RELEASE mark 2009-03-07 17:58:17 +00:00
config.mk * Initial fixup for default LIBR_PLUGINS on installed r_lib 2009-03-10 21:58:00 +00:00
env.sh * Fix scrolling in visual (drop s eip in cmd.vprompt) 2009-03-12 02:03:18 +00:00
Makefile * Initial fixup for default LIBR_PLUGINS on installed r_lib 2009-03-10 21:58:00 +00:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Initial implementation of 'sa' command 2009-03-12 22:19:58 +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