Trees | Indices | Help |
|
---|
|
1 # Copyright (C) 2010-2014 Cuckoo Foundation. 2 # This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org 3 # See the file 'docs/LICENSE' for copying permission. 4 5 REG_NONE = 0 6 REG_SZ = 1 7 REG_EXPAND_SZ = 2 8 REG_BINARY = 3 9 REG_DWORD_LITTLE_ENDIAN = 4 10 REG_DWORD = 4 11 REG_DWORD_BIG_ENDIAN = 5 12
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 7 13:27:49 2014 | http://epydoc.sourceforge.net |