diff --git a/diaphora_parallel_export.py b/diaphora_parallel_export.py index be8c9f4..cf9b007 100755 --- a/diaphora_parallel_export.py +++ b/diaphora_parallel_export.py @@ -12,7 +12,7 @@ from time import time from typing import List, Optional, Tuple -IDA = "/home/user/idapro-8.2/idat64" +IDA = os.getenv("IDADIR") + "idat64" DIAPHORA = str(Path("diaphora.py").resolve()) DIAPHORA_DIR = str(Path(".").resolve())