File tree Expand file tree Collapse file tree 2 files changed +149
-76
lines changed
Expand file tree Collapse file tree 2 files changed +149
-76
lines changed Original file line number Diff line number Diff line change 11[main]
2- len = 7 # Length of the magic string
3- hex = 43617446696c65 # Hexadecimal representation of "CatFile"
4- ver = 001 # Format version
5- name = CatFile # Format name
6- proname = PyCatFile # Program name
7- lower = catfile # Lowercase format name
8- magic = CatFile # Magic string for format
9- delimiter = \x00 # Null byte as delimiter
10- extension = .cat # File extension for the format
11- newstyle = true # Use new style format handling
12- advancedlist = true # Enable advanced list handling
13- altinode = true # Enable alternate inode handling
2+ len = 7
3+ hex = 43617446696c65
4+ ver = 001
5+ name = CatFile
6+ proname = PyCatFile
7+ lower = catfile
8+ magic = CatFile
9+ delimiter = \x00
10+ extension = .cat
11+ newstyle = true
12+ advancedlist = true
13+ altinode = true
You can’t perform that action at this time.
0 commit comments