Replies: 2 comments 1 reply
-
I'm playing around with this now, and am having the same issue. I am assuming there is an issue in |
Beta Was this translation helpful? Give feedback.
-
Thank you for looking into this! While accessing Programs from a GhidraProject looks like the "right" way to me (Programs are part of Projects) I'm also interested in accessing Program objects in alternative ways, even from Java directly. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use pyhidra to initiate a Version Tracking session, my code boils down to this:
On
VTSessionDB
instantiation I get the following exception:.isLocked()
on bothsrc
anddst
Program objects return False. I don't have other running Ghidra processes either.How should I create input objects for
VTSessionDB
so locking won't break the process?Beta Was this translation helpful? Give feedback.
All reactions