- Fix uninitialized variables and other GCC warnings
- Remove unused variables, fix invalid heap ops
- ?p print error if VA is not
- Fix invalid write in r_io_cache_read().
* add support for 'mov reg, [addr]' in x86.nz[32]
- Does not link on OSX. maybe in Linux it does..
- Requires valabind-hg
* Add mp.py to get python module path (magic!)
- Fixes install-python target in
- Add purge-python makefile target
* Check for */*cxx to autodetect support
* Many fixes for r_magic
- Proper support for --with-sysmagic
- Fix bindings build
- Fix magic files to work with GNU file
- Add magic instance in RCore
- Use unowned instead of weak in vapi (deprecated)
* Show similarity distance in radiff2 -C output
* Add -O flag to radiff2 to use diffops
* Diffing threshold for basic blocks and functions is now configurable
* Explicitly delete the asm object from the nodejs example
* 'pm' without arguments load magic files from MAGICPATH
* Add alias r_cons_puts () for r_cons_strcat
* Add 'wao' opcode. like the write hack plugin
- added help for 'wa?'
- needs refactoring to add support for !x86 archs
- current supported commands are:
nop, jz, jnz, un-cjmp, swap-cjmp
- Added a r2-like API on top of it
- Make RSearch and RMagic use this new api, so
* Only load default magicpath files when no file is passed to RMagic
* Initial work on r_listrange optimization in RAnal
- #define USE_NEW_FCN_STORE
- Still work-in-progress
* Implemented a RPoolFactory singleton api to accelerate
allocations of little objects in the future
* Fix sys/mingw32.sh for osx
* Added sys/maemo.sh
* Fix uninitialized shstrtab segfault in r_bin_elf
* Do not create new objects unnecesarily in r_core_magic
* Handle length argument in pb command
* Fix ps command
* @@ now prefixes each line with the offset (useful for search)
- can be problematic when used with macros
> / lib
> ps @@ lib*
* Huge refactoring in r_magic, now using the r2 coding standards
- Use r_magic_new() and _free() instead of open/close
- Reduced -1KLOC
- Fix a segfault bug (not exploitable)
- Import some magic files and install
- PREFIX"/lib/radare2/"R2_VERSION"/magic"
- Output of 'pm' is easier to read now
- Add pm? help message
* Remove all flags from previous search
* Handle ^C in /m search
* Autocomple ~ with tab (home)
- Fix autocomplete filenames without '^[\.|/]'
- Imported code from OpenBSD trunk
- Remove the elf part (-1KLOC)
- Some refactoring in order to be more r2-like
- fixed warning messages
- readdir one can be dangerous /cc @vect01
- Remove libmagic dependency
* Rename asm.case into asm.ucase