UNIX-like reverse engineering framework and command-line toolset
Go to file
pancake d41e40ba05 * Huge build system refactoring
- Make proper use of the config-user.mk
  - Accelerate build by manually checking timestamps of bin/lib to objs/srcs
  - Use '-MD' by default
  - Lot of minor fixups done in multiple places
  - Fix PREFIX/LIBDIR installation/loading problems for plugins
  - Some segfaults has been fixed
  - Use R_API in r_core and r_lib
* Add 'vm' to be build by libr by default
* Add 'libs.c' in core/ to manage plugins from core
  - Added 'dir.plugins'
  - Make '-e' and '-L' radare2 flags work
  - Plugins are not loaded multiple times now
* Added r_lib_types string array containing plugin types strings
* Minor fixups in r_debug
  - Properly check 'contsc' delegate
  - Separate r_debug_wait()
* Rename dbg-ptrace into dbg_ptrace

--HG--
rename : libr/debug/p/dbg-ptrace.c => libr/debug/p/dbg_ptrace.c
2009-04-01 00:28:13 +00:00
doc * Import fortunes from radare1 2009-03-25 20:53:26 +01:00
libr * Huge build system refactoring 2009-04-01 00:28:13 +00:00
mk * Huge build system refactoring 2009-04-01 00:28:13 +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
ChangeLog * Sync changelog and drop RELEASE mark 2009-03-07 17:58:17 +00:00
config-user.mk.acr * Huge build system refactoring 2009-04-01 00:28:13 +00:00
config.mk * Huge build system refactoring 2009-04-01 00:28:13 +00:00
configure * Integrate acr configure script with the makefiles 2009-03-31 00:57:39 +00:00
configure.acr * Integrate acr configure script with the makefiles 2009-03-31 00:57:39 +00:00
env.sh * Fix scrolling in visual (drop s eip in cmd.vprompt) 2009-03-12 02:03:18 +00:00
Makefile * Huge build system refactoring 2009-04-01 00:28:13 +00:00
README * Fix warn in javasm.c 2009-03-09 02:03:32 +00:00
TODO * Fix build (use gcc) 2009-03-23 13:22:23 +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