File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ change before we reach the first stable release (v1.0).
1414
1515Here 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 )
2223on 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.
Original file line number Diff line number Diff line change 5858import sys
5959
6060
61- __version__ = "0.1 .0"
61+ __version__ = "0.2 .0"
6262
6363
6464try :
You can’t perform that action at this time.
0 commit comments