mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
323441c122
- Imported code from OpenBSD trunk - Remove the elf part (-1KLOC) - Some refactoring in order to be more r2-like - fixed warning messages - readdir one can be dangerous /cc @vect01 - Remove libmagic dependency * Rename asm.case into asm.ucase
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
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
|