pancake
1c3a319c53
* Added 'pkgcfg' directory with autogenerated .pc files
...
- 'make pkgcfg' does that automagically :)
* Implement r_mem_mem function in r_util
2009-07-16 00:30:20 +00:00
pancake
cfc2882d14
* Fix scrolling in visual (drop s eip in cmd.vprompt)
...
* Add cmd.visual that runs when entering in visual mode
2009-03-12 02:03:18 +00:00
pancake
cd84224709
* Fix vapi/t build
...
* Add regexp search method in r_search
- Uses libc regcomp+regexec
- Added regexp test example
* Added libr.pc for pkg-config
2009-02-15 23:32:17 +01:00
pancake
9bd9cbe135
* Fix LIBR_PLUGINS in env.sh
...
* Initial implementation of the visual mode in core
* Added pc and ps print formats (c code and string)
* Added '/' command in core (search hexa and str)
* Add '-d' to radare2 test program
* New r_file_path to resolve file path thru $PATH
* 'make install' works everywhere
2009-02-09 01:54:09 +01:00
pancake
05b40f0e75
* Fix build issues - fix build order
...
* Plugin directory renamed to 'p'
* Add env.sh to enter into a "radare2 development shell"
--HG--
rename : libr/io/plugins/Makefile => libr/io/p/Makefile
rename : libr/io/plugins/README => libr/io/p/README
rename : libr/io/plugins/dbg.c => libr/io/p/dbg.c
rename : libr/io/plugins/malloc.c => libr/io/p/malloc.c
rename : libr/io/plugins/ptrace.c => libr/io/p/ptrace.c
2009-02-05 22:28:33 +01:00