GP-6288: Updating PyGhidra README and version

This commit is contained in:
Ryan Kurtz
2026-01-06 09:31:14 -05:00
parent 34143b6599
commit 7ca96c7fd2
2 changed files with 8 additions and 1 deletions

View File

@@ -567,6 +567,13 @@ import pdb # imports Python's pdb
import pdb_ # imports Ghidra's pdb
```
## Change History
__3.1.0__
* PyGhidra will now, by default, restore `sys.modules` to its prior state after a PyGhidra script is
run (or the interactive interpreter is reset) so the next time a script is run, it freshly loads
all of its imported modules again. This default behavior can be disabled by setting the
`pyghidra.sys.modules.restore.disable` Java system property to `true`, which can be done in the
`support/launch.properties` file.
__3.0.2__
* Fixed an issue that prevented [`pyghidra.analysis_properties()`](#pyghidraanalysis_properties)
from having access to all of the analysis properties.

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
##
__version__ = "3.0.2"
__version__ = "3.1.0"
# stub for documentation and typing
# this is mostly to hide the function parameter