rizin/libr/magic
Paul I 9c0d682e60 Meson: Invoke python via <python3> module + some little fixes (#9594)
* Meson: Invoke python via <python3> module

* Meson: Added version check

* Meson: Disable git output for capstone cloning command
2018-03-06 08:28:40 +01:00
..
d Meson: Invoke python via <python3> module + some little fixes (#9594) 2018-03-06 08:28:40 +01:00
apprentice.c Fix last covs 2017-07-26 18:46:29 +02:00
ascmagic.c
file.1
file.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
file_opts.h
fsmagic.c
funcs.c Leak fixes (#8060) 2017-07-30 03:57:02 +02:00
is_tar.c
magic.c Fixed r_magic_version prototype warning 2017-12-31 20:29:09 +08:00
Makefile Fix numerous issues with pkgconfig files. 2018-01-11 23:09:22 +01:00
mconfig.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
meson.build Fix meson indentation (#9567) 2018-03-03 22:08:37 +01:00
names.h
patchlevel.h
print.c
README
softmagic.c Fix a few {A,M,UB}SAN complaints 2017-07-26 20:54:52 +08: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