Skip to content

Commit

Permalink
Rename ExternalCodeLocation source
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Aug 28, 2023
1 parent c4a1676 commit 3a64e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angrmanagement/data/jobs/dependency_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from angr import KnowledgeBase
from angr.analyses.reaching_definitions.call_trace import CallTrace
from angr.analyses.reaching_definitions.dep_graph import DepGraph
from angr.analyses.reaching_definitions.external_codeloc import ExternalCodeLocation
from angr.code_location import ExternalCodeLocation
from angr.calling_conventions import DEFAULT_CC, SimCC, SimRegArg
from angr.knowledge_plugins import Function
from angr.knowledge_plugins.key_definitions.atoms import Register
Expand Down
2 changes: 1 addition & 1 deletion angrmanagement/ui/views/dep_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import networkx
from angr import SIM_PROCEDURES
from angr.analyses.reaching_definitions.external_codeloc import ExternalCodeLocation
from angr.code_location import ExternalCodeLocation
from PySide6.QtCore import QSize
from PySide6.QtWidgets import QHBoxLayout

Expand Down

0 comments on commit 3a64e18

Please sign in to comment.