File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ def run(self):
305305 code_refs = self .bv .get_code_refs (data_var .address )
306306 for code_ref in code_refs :
307307 if code_ref .mlil is not None :
308- logger .log_info (f"{ code_ref .address :#x} : { code_ref .mlil .instr } " )
308+ logger .log_debug (f"{ code_ref .address :#x} : { code_ref .mlil .instr } " )
309309
310310 # Obtain more information about the instruction at the cross reference.
311311 # Is the pointer being read, or written to?
@@ -321,7 +321,7 @@ def run(self):
321321 lambda instr : instr .instr_index > code_ref .mlil .instr_index ,
322322 code_ref .mlil .il_basic_block ,
323323 ):
324- logger .log_info (
324+ logger .log_debug (
325325 f"instruction: { instruction .instr_index } , { instruction } "
326326 )
327327 for detailed_operand in instruction .detailed_operands :
You can’t perform that action at this time.
0 commit comments