mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
6afd85a447
- 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 '^[\.|/]'
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
# $OpenBSD: matroska,v 1.2 2008/05/14 20:45:35 chl Exp $
|
|
|
|
#------------------------------------------------------------------------------
|
|
# matroska: file(1) magic for Matroska files
|
|
#
|
|
# See http://www.matroska.org/
|
|
#
|
|
|
|
# EBML id:
|
|
0 belong 0x1a45dfa3
|
|
# DocType id:
|
|
>5 beshort 0x4282
|
|
# DocType contents:
|
|
>>8 string matroska Matroska data
|
|
|