From ca1f1116d51560f4b88aa2482f8053772a7722ee Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 30 Sep 2024 18:03:52 -0700 Subject: [PATCH] Import Flags, SimFile from angr.storage.file --- heaphopper/analysis/tracer/tracer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heaphopper/analysis/tracer/tracer.py b/heaphopper/analysis/tracer/tracer.py index 9cee22f..7015ddc 100755 --- a/heaphopper/analysis/tracer/tracer.py +++ b/heaphopper/analysis/tracer/tracer.py @@ -14,7 +14,7 @@ import sys from elftools.elf.elffile import ELFFile -from angr.state_plugins import Flags, SimFile +from angr.storage.file import Flags, SimFile from angr import SimHeapBrk from ..heap_condition_tracker import HeapConditionTracker, MallocInspect, FreeInspect from ..mem_limiter import MemLimiter