UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake/imac 9890c6e8b0 * Fix build in OSX
- env.sh now also uses DYLD_LIBRARY_PATH
  - Fixes in ollyasm/dis to link with no global variables
    - Remove double definition of global _state
    - Same for asm_java
  - Split -shared and -Wl,-R into LDFLAGS_{LIB|LINKPATH}
    - Fixes linkage in osx
  - anal_x86_bea plugin now links correctly against BeaEgine.o
  - dietline is now #include'd from line.c
  - no debugger support yet
  - Do not externalize any variable. Some linkage does not support it
* Remove bininfo dependency .. aims to be merged into bin soon
* Added r_str_case() method to change to lower/upper case a string
2010-02-21 20:21:36 +01:00
doc * Initial working implementation of the r_diff with delta in C 2010-02-05 12:21:37 +01:00
libr * Fix build in OSX 2010-02-21 20:21:36 +01:00
man * Initial work on the register API for r_debug 2009-04-15 11:09:36 +00:00
mk * Fix build in OSX 2010-02-21 20:21:36 +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 * Remove r_types_os and add r_types_base instead 2010-02-20 18:24:45 +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 * Fix build in OSX 2010-02-21 20:21:36 +01:00
configure * Add check for lua5.1 before building the lang plugin 2010-02-03 16:57:44 +01:00
configure-plugins * Fix build in OSX 2010-02-21 20:21:36 +01:00
configure.acr * Add support to ARM for the debugger 2010-02-03 14:34:00 +01:00
env.sh * Fix build in OSX 2010-02-21 20:21:36 +01: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 in OSX 2010-02-21 20:21:36 +01:00
plugins.def.cfg * Fix build in OSX 2010-02-21 20:21:36 +01:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Initial working implementation of the r_diff with delta in C 2010-02-05 12:21:37 +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