GhidraJupyter / ghidra-jupyter-kotlin

MIT License
115 stars 10 forks source link

Add runTransaction{} and .functions extension methods #20

Closed fmagin closed 2 years ago

fmagin commented 2 years ago

Extension method to make it more comfortable to execute transactions as discussed in in #19.

Also some minor extension properties to make access to the the FunctionIterator easier, and some documentation for the extensions in general.