Florian Magin
Florian Magin
Quickly dumping this here so it is documented, maybe I can do a PR for this at some point. First though, thanks for this tool, has been quite useful a...
On https://github.com/NationalSecurityAgency/ghidra/tree/adedcde30f893fe3f48291f15866aed05df04fc9 (newest commit as of the time of this issue being opened) the plugin crashes when the gdb client sends the stack information: ``` Uncaught Exception! RuntimeException - ghidra.util.exception.DuplicateNameException:...
`GDBReceiver.relocate` is initialized as 0, and used as a base in https://github.com/Comsecuris/gdbghidra/blob/c817839da4fe7fcb01893fb423bd55157892e741/src/main/java/gdbghidra/GDBReceiver.java#L195 when a breakpoint is set. If no cursor event is received that updates `.relocate` prior to toggling a...
This is not an issue and not even a feature request in and of it self: Python 2 is deprecated now which means that the full range of Python 3...
I am currently working on this but it is in no shape for a PR yet. The idea is that BridgedCallables should behave as close as possible to actual local...
When attempting to save (`File->Save` or `Ctrl+s`) when the bridge is running Ghidra issues a warning that the program is currently being modified by a python script and any changes...
I am aware that this is an issue with regular Python in IDA too, so I am assuming this is an issue with IDA itself,but it might be possible to...
Basic idea: Scheduled CI job that runs once a day or week and checks if there is a new Ghidra release. If yes, it tries building the project against that...
Just ran into this, for some reason the `GenericAddress` class inside `ghidra/program/model/address/GenericAddress.pyi ` looks like this: ```python class GenericAddress(ghidra.program.model.address.Address, object): """ Generic implementation of the Address interface. Consists of an...
Plugin fails to build with Ghidra 9.2 due to the issues discussed in https://github.com/NationalSecurityAgency/ghidra/issues/2490 ``` > Task :compileJava /home/fmagin/gits/KotlinScriptProvider/src/main/java/KotlinScriptProvider/KotlinScriptProvider.java:34: error: cannot find symbol private JavaScriptClassLoader loader = new JavaScriptClassLoader(); ^...