mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 01:37:11 +08:00
GP-0: Update Debugger versions.
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidradbg"
|
name = "ghidradbg"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==12.1",
|
"ghidratrace==12.2",
|
||||||
"pybag>=2.2.12"
|
"pybag>=2.2.12"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidradrgn"
|
name = "ghidradrgn"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==12.1",
|
"ghidratrace==12.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidragdb"
|
name = "ghidragdb"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==12.1",
|
"ghidratrace==12.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidralldb"
|
name = "ghidralldb"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==12.1",
|
"ghidratrace==12.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidraxdbg"
|
name = "ghidraxdbg"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ghidratrace==12.1",
|
"ghidratrace==12.2",
|
||||||
"x64dbg_automate>=0.5.0"
|
"x64dbg_automate>=0.5.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -74,7 +74,7 @@ public class TraceRmiHandler extends AbstractTraceRmiConnection {
|
|||||||
* NOTE: This can't just be {@link Application#getApplicationVersion()}, because the Python
|
* NOTE: This can't just be {@link Application#getApplicationVersion()}, because the Python
|
||||||
* client only specifies up to the minor, not patch, release.
|
* client only specifies up to the minor, not patch, release.
|
||||||
*/
|
*/
|
||||||
public static final String VERSION = "12.1";
|
public static final String VERSION = "12.2";
|
||||||
|
|
||||||
protected static class VersionMismatchError extends TraceRmiError {
|
protected static class VersionMismatchError extends TraceRmiError {
|
||||||
public VersionMismatchError(String remote) {
|
public VersionMismatchError(String remote) {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ghidratrace"
|
name = "ghidratrace"
|
||||||
version = "12.1"
|
version = "12.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ghidra Development Team" },
|
{ name="Ghidra Development Team" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user