radare2/libr/magic
Lowly Worm 192dbad64e fix a few covs for out of bounds reads/writes
from fencepost errors
2017-06-03 01:21:07 -04:00
..
d Fix #6176 - Avoid using non-gnu-friendly format types in magic files 2017-03-12 11:46:38 +01:00
apprentice.c fix a few covs for out of bounds reads/writes 2017-06-03 01:21:07 -04:00
ascmagic.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
file_opts.h
file.1
file.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
fsmagic.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
funcs.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
is_tar.c
magic.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
Makefile Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
mconfig.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
meson.build Meson improvements 2017-05-31 13:38:47 +02:00
names.h
patchlevel.h
print.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
README
softmagic.c fix more coverities 2016-12-19 17:23:30 +01:00
tar.h

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