We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a76651 commit 06db6d2Copy full SHA for 06db6d2
diffrays/analyzer.py
@@ -37,7 +37,7 @@ def analyze_binary(db_path: str, version: str, debug: bool = False):
37
log.debug(f"Demangled Function: {name}")
38
39
# Convert generator to list for basic block count
40
- bb_count = len(list(db.functions.get_basic_blocks(func)))
+ bb_count = db.functions.get_flowchart(func)
41
signature = db.functions.get_signature(func)
42
pseudo = db.functions.get_pseudocode(func)
43
if not pseudo:
0 commit comments