Blame view

bonetypes.py 147 Bytes
root authored
1
2
3
4
5
6
7
8
9
global definitions
definitions = {
    "mft":      '00',
    "winreg":   '01',
    "evt":      '02',
    "edb":      '03',
    "info":     '04'
}