No description
Find a file
pancake 1129f1a2fc * Remove documentation in the uninstall target
* Add 'autogen.sh' to ease the use of 'acr'
  - Added USERCC and USEROSTYPE configuration flags
    --with-compiler : select a compiler from mk/
    --with-ostype   : select a target OS (not required for ming32 f.ex)
* Add language bindings APIs from radare1
  - Fix some issues from the ruby language binding
  - Checks if file exists before slurping and causing a ruby segfault
  - Added language destructor (.fini pointer)
* Rename str_clean into r_str_chop
* Initial work on the port for ming-w32
* Show flags instead of bytes in disassembly (smart disasm)
* New r_sys_{get|set}env (for portability issues
* Added flags -i and -l to radare2
* Fix warnings and random code cleanup
* Added r_flag_get_i
2009-04-03 11:11:17 +00:00
doc * More R_API-zation 2009-04-01 22:44:43 +00:00
libr * Remove documentation in the uninstall target 2009-04-03 11:11:17 +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 * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
config.mk * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
configure * Remove documentation in the uninstall target 2009-04-03 11:11:17 +00:00
configure.acr * Remove documentation in the uninstall target 2009-04-03 11:11:17 +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