radare2/libr/syscall
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
..
t * r_anal // r_asm 2009-02-09 00:19:06 +01:00
darwin.c * Initial import of libr 2009-02-05 22:08:46 +01:00
example.syscall-file * Initial import of libr 2009-02-05 22:08:46 +01:00
freebsd.c * Initial implementation of r_asm_fastcall() 2009-08-14 00:37:18 +00:00
linux.c * Initial import of libr 2009-02-05 22:08:46 +01:00
Makefile * Initial import of libr 2009-02-05 22:08:46 +01:00
netbsd.c * Initial import of libr 2009-02-05 22:08:46 +01:00
syscall.c * Fix build in OSX 2010-02-21 20:21:36 +01:00
TODO * Major refactoring patch 2009-09-24 12:29:05 +02:00
win7.c * Fixed r_bin_pe segfault with .NET PE files 2009-06-12 19:33:31 +02:00