Subhojeet Mukherjee, PhD

Results 10 comments of Subhojeet Mukherjee, PhD

Hey @Delgan , Yup!! I realised that too. You did a great job. When you say working did you mean logging to a file or just stderr? Ill try to...

Hey @Delgan, I have been off that project for a while .. but Ill be back soon. I guess you can close this issue for now and ill update when...

Not really a solution but I simply use radare's ghidra bridge...

I mean it won't provide code wise stepping but, if you use radare's debugger you could look at ghidra's decompilation which I believe is the most useful feature. https://github.com/radareorg/r2ghidra

Not sure if this is already addressed but I noticed the same.. .seems like the following may solve the issue ```python def get(self, timeout=None): """Return result from the pipeline.""" result...

Maybe too late, but, you could use the hooking bridge to hook that address and exit(), right?

I was more interested in the PNC analysis you guys do and I guess dragondance or lighthouse would not be tailored to parse and display those information?