radare2/libr/magic
2019-12-12 18:04:12 +01:00
..
d Introduce the r_magic_load_buffer() api and boolify a bit ##search (#15617) 2019-12-12 17:12:33 +01:00
apprentice.c Fix another infite loop in RMagic.loadBuffer() 2019-12-12 18:04:12 +01:00
ascmagic.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
deps.mk Fix #10300 - Link issues --with-sysmagic 2018-06-11 03:36:45 +02:00
file_opts.h * Initial import of r_magic 2011-09-10 01:30:03 +02:00
file.h Introduce the r_magic_load_buffer() api and boolify a bit ##search (#15617) 2019-12-12 17:12:33 +01:00
fsmagic.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
funcs.c Introduce the r_magic_load_buffer() api and boolify a bit ##search (#15617) 2019-12-12 17:12:33 +01:00
is_tar.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
magic.c Fix another infite loop in RMagic.loadBuffer() 2019-12-12 18:04:12 +01:00
Makefile Fix #10300 - Link issues --with-sysmagic 2018-06-11 03:36:45 +02:00
mconfig.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
meson.build Do not use reversed keyword of meson ##build 2019-01-10 14:15:50 +01:00
names.h * Initial import of r_magic 2011-09-10 01:30:03 +02:00
patchlevel.h Introduce the r_magic_load_buffer() api and boolify a bit ##search (#15617) 2019-12-12 17:12:33 +01:00
print.c Fix warning when printing level of ">" (#14430) 2019-06-26 12:09:59 +02:00
README * Implement RBinCreate.elf-arm 2011-09-12 01:47:28 +02:00
softmagic.c Fix undefined behaviour in signed int with 24 bit shift in softmagic.c 2019-01-13 22:39:09 +01:00
tar.h * Implement RBinCreate.elf-arm 2011-09-12 01:47:28 +02:00

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