Skip to content

Commit

Permalink
Import Flags, SimFile from angr.storage.file
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Oct 1, 2024
1 parent 3feafc9 commit ca1f111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heaphopper/analysis/tracer/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca1f111

Please sign in to comment.