rizin/librz/magic
Riccardo Schirone 43e4269d34 Make use_sys_* meson option features instead of boolean
* Use the features directly as argument of `dependency`.
* Remove doc/capstone.md doc file because already in PACKAGERS.md
2021-02-12 11:08:51 +08:00
..
d Remove Makefiles and many related scripts 2021-01-28 11:57:28 +01:00
apprentice.c Run clang-format 2021-01-21 22:05:44 +08:00
ascmagic.c Run clang-format 2021-01-21 22:05:44 +08:00
file.h Run clang-format 2021-01-21 22:05:44 +08:00
file_opts.h Run clang-format 2021-01-21 22:05:44 +08:00
fsmagic.c Run clang-format 2021-01-21 22:05:44 +08:00
funcs.c Run clang-format 2021-01-21 22:05:44 +08:00
is_tar.c Run clang-format 2021-01-21 22:05:44 +08:00
magic.c Run clang-format 2021-01-21 22:05:44 +08:00
mconfig.h Run clang-format 2021-01-21 22:05:44 +08:00
mdump.c Run clang-format 2021-01-21 22:05:44 +08:00
meson.build Make use_sys_* meson option features instead of boolean 2021-02-12 11:08:51 +08:00
names.h Run clang-format 2021-01-21 22:05:44 +08:00
patchlevel.h Run clang-format 2021-01-21 22:05:44 +08:00
README Rename r2 to {rz|rizin} (#14) 2020-10-05 21:39:56 +08:00
softmagic.c Run clang-format 2021-01-21 22:05:44 +08:00
tar.h Run clang-format 2021-01-21 22:05:44 +08: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 rizin syntax. magic_ api is now rz_magic_

   --pancake

$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/usr.bin/file

* understand and document how conditional works