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