rizin/libr/magic
2020-02-28 17:38:51 +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 AppVeyor (#15623) 2019-12-13 04:58:16 -06:00
ascmagic.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
deps.mk
file.h Introduce the r_magic_load_buffer() api and boolify a bit ##search (#15617) 2019-12-12 17:12:33 +01:00
file_opts.h
fsmagic.c Completely kill the msvc/ directory and the unix-specific includes workarounds 2019-03-19 17:34:02 +01:00
funcs.c Fix last covs 2020-02-28 17:38:51 +01:00
is_tar.c
magic.c Make it possible to use sysmagic again (#15658) 2019-12-16 23:24:29 +01:00
Makefile
mconfig.h
meson.build Make it possible to use sysmagic again (#15658) 2019-12-16 23:24:29 +01:00
names.h
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
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

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