mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
d0bd4e3184
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ a specific need.
|
||||||
* [Adoptium Temurin](https://adoptium.net/temurin/releases)
|
* [Adoptium Temurin](https://adoptium.net/temurin/releases)
|
||||||
* [Amazon Corretto](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
|
* [Amazon Corretto](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
|
||||||
* Python3 (3.9 to 3.13)
|
* Python3 (3.9 to 3.13)
|
||||||
* Python 3.7 to 3.13 for [Debugger support](#installing-the-debuggers-python-dependencies)
|
* Python 3.7 to 3.13 for [Debugger support](#debugger-notes)
|
||||||
* Python 3.9 to 3.13 for [PyGhidra support](#pyghidra-mode)
|
* Python 3.9 to 3.13 for [PyGhidra support](#pyghidra-mode)
|
||||||
* This is available from [Python.org](https://python.org) or most operating system's app stores or
|
* This is available from [Python.org](https://python.org) or most operating system's app stores or
|
||||||
software repositories. For Linux it is recommended that the system's package repository be used
|
software repositories. For Linux it is recommended that the system's package repository be used
|
||||||
|
@ -162,7 +162,7 @@ a [supported](#minimum-requirements) version of Python and some additional packa
|
||||||
are included in the distribution, but you may still install them from PyPI if you prefer:
|
are included in the distribution, but you may still install them from PyPI if you prefer:
|
||||||
* psutil
|
* psutil
|
||||||
* protobuf==3.20.3
|
* protobuf==3.20.3
|
||||||
* Pybag>=2.2.10 (for WinDbg support)
|
* Pybag>=2.2.12 (for WinDbg support)
|
||||||
|
|
||||||
Different native debuggers have varying requirements, so you do not necessarily have to install all
|
Different native debuggers have varying requirements, so you do not necessarily have to install all
|
||||||
of the above packages. Each connector will inform you of its specific requirements and where they
|
of the above packages. Each connector will inform you of its specific requirements and where they
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue