Skip to content

Commit bdad910

Browse files
committed
chore: bump to 0.2.0
1 parent 889ab7a commit bdad910

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/compatibility.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ change before we reach the first stable release (v1.0).
1414

1515
Here is a compatibility matrix of tested Ghidra and ghidralib versions:
1616

17-
ghidralib \ ghidra | 11.2.1 |
18-
--------------------|---------|
19-
0.1.0 | ✅ |
17+
ghidralib \ ghidra | 11.2.1 | 11.3 (dev) |
18+
--------------------|---------| -----------|
19+
0.1.0 | ✅ | |
20+
0.2.0 | ✅ | ✅ |
2021

2122
(Compatibility is checked by running a [testsuite](../tests/ghidralib_test.py)
2223
on a test binary)
@@ -30,10 +31,11 @@ Freel free to submit issues/PRs if you find something is broken.
3031

3132
### Python 3
3233

33-
I plan to support the Python 3 built into Ghidra (PyGhidra), as soon as it's released
34-
and I manage to get it working. I hope to support both Jython and Python3
35-
with the same codebase.
34+
Basic Python 3 (PyGhidra) is implemented. Right now it's unstable.
3635

37-
I don't personally use Ghidrathon, so I don't plan to provide any support for it.
38-
That would be nice to have, and I suspect the steps required are the same as for
39-
PyGhidra, so if anyone wants to take a shot at it, PRs are welcome.
36+
Known problems:
37+
38+
* It will only work on the program you had open when you loaded ghidralib.
39+
To switch to another program, `del sys.modules["ghidralib"]` and import again.
40+
41+
I don't personally use Ghidrathon, so I didn't test Ghidrathon compatibility.

ghidralib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import sys
5959

6060

61-
__version__ = "0.1.0"
61+
__version__ = "0.2.0"
6262

6363

6464
try:

0 commit comments

Comments
 (0)