mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00

- Use the new r_egg_padding function * Add support for continuations in rapatch2 '+' char * Fix malloc(0) thanks to llvm's scan-build * Fix build
This implementation of file(1) has been taken from OpenBSD, I have removed the elf part which reduces more than 1KLOC. I have also cleaned up the code in order to fix some warnings and integrate with r2 syntax. magic_ api is now r_magic_ --pancake $ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/usr.bin/file * understand and document how conditional works