Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/t/a/taintdroid_runner-HEAD/taintlog_json.py taintdroid_runner(Download)
class CallActionLogEntry(BaseLogEntry): """ """ tag = TaintTagEnum.TAINT_CLEAR dialString = ''
id = 0 mode = 0 # CipherModeEnum tag = TaintTagEnum.TAINT_CLEAR input = '' output = ''
class FileSystemLogEntry(BaseLogEntry): """ """ action = 0 # TaintLogActionEnum.FS_* tag = TaintTagEnum.TAINT_CLEAR
class NetworkSendLogEntry(BaseLogEntry): """ """ action = 0 # TaintLogActionEnum.NET_* tag = TaintTagEnum.TAINT_CLEAR
class SSLLogEntry(BaseLogEntry): """ """ action = 0 # TaintLogActionEnum.SSL_* tag = TaintTagEnum.TAINT_CLEAR