mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GP-6288: Updating PyGhidra README and version
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user