xambroz
d448260816
build cleanup focused on possibility to control the lib directories with the build parameters
...
needed mainly for RedHat/Fedora builds
2015-10-27 03:26:45 +01:00
pancake
90f8ec4ff8
Fix #3297 - make install after make symstall
2015-09-17 11:11:24 +02:00
pancake
c576ca036b
Detect shellscripts with pm
2015-06-29 11:36:50 +02:00
pancake
455876fe51
ZIP signature is now less restrictive
2015-05-29 16:15:08 +02:00
Maijin
30e2a2df7e
Disable 2 anyoying MAGIC RULES
...
Disable 2 annoying MAGIC RULES making a lot of false positive in PE:
SAS and SAS 7+ (string)
2015-03-19 22:01:06 +01:00
pancake
ec5836963b
Better JPEG and GPG magic signatures
2015-02-17 02:17:46 +01:00
pancake
c2febd2ffc
Drop some noisy magic rules
2015-02-06 23:59:19 +01:00
Jeffrey Crowell
ed1aae7fd1
fix lots of spelling
...
fix some errors from the sed script
undo file mode crap
2014-12-07 17:00:59 +01:00
pancake
bf541e8ec8
More magic cleanup
2014-10-22 06:07:22 +02:00
pancake
1d9955b2d4
Clean unnecessary MAGIC rules and optimize its search
...
- Cleanup MAGIC database to avoid false positives,
- Optimize magic search loop 6x faster /m
2014-10-22 00:56:11 +02:00
pancake
b8b240588e
Add TRX magic header
2014-10-20 02:09:39 +02:00
pancake
ef8933173f
More fixes for 'pm' and '/m'
2014-08-11 03:01:41 +02:00
pancake
19239ae8f2
More updates for magicdir
2014-08-11 02:23:23 +02:00
pancake
683c0eb8dd
Fix magicdir for mach0 files
2014-08-11 01:59:36 +02:00
pancake
08c1a81ccb
Cleanup and update libmagic database
2014-08-11 01:50:51 +02:00
pancake
2719a78290
Support make install & make symstall with DESTDIR or PREFIX with spaces
2014-07-10 01:13:04 +02:00
pancake
4a50f8a94d
* Distribute magic files with w32dist
...
* Fix symstall of magic files
* Do not walk hidden files in magic
* Add has_va in RBinInfo class for bindings
2011-11-29 18:31:26 +01:00
pancake
35d535095b
* Install includes in windows dist
...
* Import linux-x86-32/64 and darwin-x86-32 sflib includedirs
* Simplify data installation for magic, egg, syscall and asm
* Set R2_INCDIR in r_userconf
* Make ragg2-cc much smarter
- use ragg2 -v to get paths and version
- accept new flags -a -b -k for arch, bits and kernel
- supports crosscompilation
--HG--
rename : libr/magic/d/OpenBSD => libr/magic/d/default/OpenBSD
rename : libr/magic/d/archive => libr/magic/d/default/archive
rename : libr/magic/d/cafebabe => libr/magic/d/default/cafebabe
rename : libr/magic/d/cisco => libr/magic/d/default/cisco
rename : libr/magic/d/database => libr/magic/d/default/database
rename : libr/magic/d/editors => libr/magic/d/default/editors
rename : libr/magic/d/elf => libr/magic/d/default/elf
rename : libr/magic/d/filesystems => libr/magic/d/default/filesystems
rename : libr/magic/d/flash => libr/magic/d/default/flash
rename : libr/magic/d/freebsd => libr/magic/d/default/freebsd
rename : libr/magic/d/gimp => libr/magic/d/default/gimp
rename : libr/magic/d/images => libr/magic/d/default/images
rename : libr/magic/d/java => libr/magic/d/default/java
rename : libr/magic/d/jpeg => libr/magic/d/default/jpeg
rename : libr/magic/d/linux => libr/magic/d/default/linux
rename : libr/magic/d/mail.news => libr/magic/d/default/mail.news
rename : libr/magic/d/matroska => libr/magic/d/default/matroska
rename : libr/magic/d/mime => libr/magic/d/default/mime
rename : libr/magic/d/msdos => libr/magic/d/default/msdos
rename : libr/magic/d/netbsd => libr/magic/d/default/netbsd
rename : libr/magic/d/pdf => libr/magic/d/default/pdf
rename : libr/magic/d/perl => libr/magic/d/default/perl
rename : libr/magic/d/python => libr/magic/d/default/python
rename : libr/magic/d/riff => libr/magic/d/default/riff
rename : libr/magic/d/sniffer => libr/magic/d/default/sniffer
rename : libr/magic/d/sql => libr/magic/d/default/sql
rename : libr/magic/d/sun => libr/magic/d/default/sun
rename : libr/magic/d/uuencode => libr/magic/d/default/uuencode
2011-11-29 03:14:27 +01:00
pancake
7dbab2f3bc
* Add missing r_anal_diff_setup_i()
...
* Many fixes for r_magic
- Proper support for --with-sysmagic
- Fix bindings build
- Fix magic files to work with GNU file
- Add magic instance in RCore
- Use unowned instead of weak in vapi (deprecated)
2011-10-18 22:07:53 +02:00
pancake
6afd85a447
* More work on the OpenBSD file(1)
...
- Fix a segfault bug (not exploitable)
- Import some magic files and install
- PREFIX"/lib/radare2/"R2_VERSION"/magic"
- Output of 'pm' is easier to read now
- Add pm? help message
* Remove all flags from previous search
* Handle ^C in /m search
* Autocomple ~ with tab (home)
- Fix autocomplete filenames without '^[\.|/]'
2011-09-11 03:59:24 +02:00