UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake 54bdfb22bd * Uppsercase classnames (rCore -> RCore)
- Fixes ruby warnings
  - Follow java syntax conventions
  - Helped to identify and fix bugs in many vapis
  - Sync swig examples
  - Add test-r_core.rb (ruby test for RCore)
* Some work in r_cons, some refactoring and cleanup
  - scr.html is now working again
  - w32 cons support should work now
  - Rename r_cons_get_columns -> r_cons_get_size()
  - But it needs more work
* Typedef all r_range, r_parse and r_anal structs
  - Add missing r_lib.pc in configure.acr
* 'make' clean now removes the libr* in swig/${LANG}/
2010-01-26 01:28:33 +01:00
doc * Many more fixes for the mingw32 port 2010-01-15 13:02:54 +01:00
libr * Uppsercase classnames (rCore -> RCore) 2010-01-26 01:28:33 +01:00
man * Initial work on the register API for r_debug 2009-04-15 11:09:36 +00:00
mk * Add --without-pic configure flag to build radare2 2010-01-21 21:22:30 +01:00
pkgcfg * Build all pkgconfig files (fixes valaswig stuff) 2010-01-25 11:54:25 +01:00
rsc2 * Add --without-pic configure flag to build radare2 2010-01-21 21:22:30 +01:00
swig * Uppsercase classnames (rCore -> RCore) 2010-01-26 01:28:33 +01:00
.hgtags Added tag 0.3 for changeset 9f7119f4292b 2009-10-02 17:45:39 +02:00
AUTHORS * Lot of makefile refactoring and cleanup 2009-02-06 13:17:51 +01:00
autogen.sh * Fixtures for the r_io API (breaking ABI and so :) 2009-09-07 20:01:34 +00:00
ChangeLog * Version bumped to 0.3b - development version 2009-09-25 04:13:40 +02:00
config-user.mk.acr * Add --without-pic configure flag to build radare2 2010-01-21 21:22:30 +01:00
configure * Uppsercase classnames (rCore -> RCore) 2010-01-26 01:28:33 +01:00
configure-plugins * Fix configure-plugins sort function 2010-01-24 12:40:48 +01:00
configure.acr * Uppsercase classnames (rCore -> RCore) 2010-01-26 01:28:33 +01:00
env.sh * Added 'pkgcfg' directory with autogenerated .pc files 2009-07-16 00:30:20 +00:00
global.mk * Fix libr.a libr.so linkage 2010-01-18 22:14:19 +01:00
INSTALL * Many more fixes for the mingw32 port 2010-01-15 13:02:54 +01:00
Makefile * Fix build for on x86-64 2010-01-22 14:19:10 +01:00
plugins.def.cfg * r_bin 2010-01-15 02:08:38 +01:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Fix libr.a libr.so linkage 2010-01-18 22:14:19 +01:00
TODO.hackaton * Fix signature of r_cons_user_fgets 2010-01-09 02:05:04 +01:00
TODO.refactoring * Initial working implementation of software breakpoints 2010-01-21 02:38:52 +01: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