No description
* Add 'autogen.sh' to ease the use of 'acr'
- Added USERCC and USEROSTYPE configuration flags
--with-compiler : select a compiler from mk/
--with-ostype : select a target OS (not required for ming32 f.ex)
* Add language bindings APIs from radare1
- Fix some issues from the ruby language binding
- Checks if file exists before slurping and causing a ruby segfault
- Added language destructor (.fini pointer)
* Rename str_clean into r_str_chop
* Initial work on the port for ming-w32
* Show flags instead of bytes in disassembly (smart disasm)
* New r_sys_{get|set}env (for portability issues
* Added flags -i and -l to radare2
* Fix warnings and random code cleanup
* Added r_flag_get_i
|
||
|---|---|---|
| doc | ||
| libr | ||
| mk | ||
| .hgtags | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| config-user.mk.acr | ||
| config.mk | ||
| configure | ||
| configure.acr | ||
| env.sh | ||
| Makefile | ||
| README | ||
| TODO | ||
____ ___ ____ ___ ____ ___ ______ ____
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
| < 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