mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 22:25:37 +08:00
GP-0: Fixing PyGhidra typo
This commit is contained in:
@@ -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 verbose: Enable verbose output during JVM startup (Defaults to False)
|
||||||
:param install_dir: The path to the Ghidra installation directory.
|
:param install_dir: The path to the Ghidra installation directory.
|
||||||
(Defaults to the GHIDRA_INSTALL_DIR environment variable)
|
(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 verbose: Enable verbose output during JVM startup (Defaults to False)
|
||||||
:param install_dir: The path to the Ghidra installation directory.
|
:param install_dir: The path to the Ghidra installation directory.
|
||||||
(Defaults to the GHIDRA_INSTALL_DIR environment variable)
|
(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
|
from pyghidra.launcher import HeadlessPyGhidraLauncher
|
||||||
launcher = HeadlessPyGhidraLauncher(verbose=verbose, install_dir=install_dir)
|
launcher = HeadlessPyGhidraLauncher(verbose=verbose, install_dir=install_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user