Skip to content

Commit

Permalink
idadir
Browse files Browse the repository at this point in the history
  • Loading branch information
clslgrnc committed Aug 6, 2023
1 parent c14bba8 commit a4e5d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diaphora_parallel_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit a4e5d60

Please sign in to comment.