From 658052775b51f7f5a7290607450846265dbd130d Mon Sep 17 00:00:00 2001 From: rihi <19492038+rihi@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:03:54 +0200 Subject: [PATCH] fix --- decompiler/frontend/binaryninja/handlers/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/decompiler/frontend/binaryninja/handlers/constants.py b/decompiler/frontend/binaryninja/handlers/constants.py index 8c547ead..024cd71d 100644 --- a/decompiler/frontend/binaryninja/handlers/constants.py +++ b/decompiler/frontend/binaryninja/handlers/constants.py @@ -4,6 +4,7 @@ from typing import Union from binaryninja import DataVariable, SymbolType, Type, mediumlevelil +from decompiler.frontend.binaryninja.handlers.globals import addr_in_section from decompiler.frontend.lifter import Handler from decompiler.structures.pseudo import Constant, GlobalVariable, Integer, NotUseableConstant, OperationType, Symbol, UnaryOperation