mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-5658_Dan_fixMissingHome' into Ghidra_11.4
This commit is contained in:
@@ -27,6 +27,10 @@ that minimal logic is required to get it loaded.
|
||||
This file CANNOT be assumed to be available on a remote target. For
|
||||
that, consider ghidratrace.setuputils.
|
||||
"""
|
||||
import os
|
||||
|
||||
home = os.getenv('GHIDRA_HOME')
|
||||
|
||||
|
||||
def ghidra_module_pypath(name: str) -> str:
|
||||
installed = f'{home}/Ghidra/{name}/pypkg/src'
|
||||
|
||||
Reference in New Issue
Block a user