Esempio n. 1
0
 def __init__(self, module_bytecode):
     WasmCFG.__init__(self,
                      module_bytecode=module_bytecode)
Esempio n. 2
0
 def __init__(self, module_bytecode, static_analysis=True):
     WasmCFG.__init__(self,
                      module_bytecode=module_bytecode,
                      static_analysis=static_analysis)