mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fixing PyGhidra typo
This commit is contained in:
parent
0d198a9944
commit
0d3451c0c0
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ def start(verbose=False, *, install_dir: Path = None) -> "PyGhidraLauncher":
|
|||
:param verbose: Enable verbose output during JVM startup (Defaults to False)
|
||||
:param install_dir: The path to the Ghidra installation directory.
|
||||
(Defaults to the GHIDRA_INSTALL_DIR environment variable)
|
||||
:return: The PhyidraLauncher used to start the JVM
|
||||
:return: The PyGhidraLauncher used to start the JVM
|
||||
"""
|
||||
```
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ def start(verbose=False, *, install_dir: Path = None) -> "PyGhidraLauncher":
|
|||
:param verbose: Enable verbose output during JVM startup (Defaults to False)
|
||||
:param install_dir: The path to the Ghidra installation directory.
|
||||
(Defaults to the GHIDRA_INSTALL_DIR environment variable)
|
||||
:return: The PhyidraLauncher used to start the JVM
|
||||
:return: The PyGhidraLauncher used to start the JVM
|
||||
"""
|
||||
from pyghidra.launcher import HeadlessPyGhidraLauncher
|
||||
launcher = HeadlessPyGhidraLauncher(verbose=verbose, install_dir=install_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue