* Use the features directly as argument of `dependency`. * Remove doc/capstone.md doc file because already in PACKAGERS.md |
||
|---|---|---|
| .. | ||
| d | ||
| apprentice.c | ||
| ascmagic.c | ||
| file.h | ||
| file_opts.h | ||
| fsmagic.c | ||
| funcs.c | ||
| is_tar.c | ||
| magic.c | ||
| mconfig.h | ||
| mdump.c | ||
| meson.build | ||
| names.h | ||
| patchlevel.h | ||
| README | ||
| softmagic.c | ||
| 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 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