Martyx00
Martyx00
Hello, Thanks for pointing this out. Please send the binaries you can to [email protected]. I will not have much of a free time in upcoming 3 weeks but I will...
Thanks for the report, I think it is great idea. I will (eventually) make an update to the plugin which will pop a selection form where you will be able...
I have updated the RH850 file. Could you please be more specific abou the error you are getting for the second issue? In the S32K142 file, the only thing that...
Thanks for the update. A UI to confirm loading of each of the segments is something doable. Will look at it. Thank you for reporting the issue.
I have fixed the RH850 file, also added a prompt for the loading of the Peripherals segment, as in your case that will be the largest part of the project...
Hey, thanks. I actually cant find any officially release Ghidra 9.3.0. I will wait with this pull request until it is officially released and tested.
I believe I have the same error as @alphafox02 but with B200-mini. 
I have another binary that does this. If it is going to help, let me know.
All you need to do is import the `vulfi.py` file, create scanner instance with `vulfi_scanner = VulFiScanner(json.load(rules_file))` and start the scan with `scan_result = vulfi_scanner.start_scan([])`. After it completes the `scan_result`...
HI, thanks for the list. I will look at ways to make #2 and #3 happen (#3 should be quick as well as #1). I am not sure how much...