We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0eabd commit 9c85071Copy full SHA for 9c85071
src/qbinary/disassembler.py
@@ -165,7 +165,7 @@ def find_in_dir(d: Path) -> str:
165
166
# Search if IDA_PATH environment variable provided
167
if "IDA_PATH" in os.environ:
168
- return Path(os.environ["IDA_PATH"]).asbolute().as_posix()
+ return Path(os.environ["IDA_PATH"]).absolute().as_posix()
169
170
# Other search PATH (linux only)
171
elif "PATH" in os.environ:
0 commit comments