Daniel Plohmann
Daniel Plohmann
Hey! Given that SMDA was originally added to provide Python3 support to capa and given the fact that this is now also covered by vivisect, phasing it out again because...
Hi! Yes, SMDA has (limited) support for recovery of indirect call targets. This is based on heuristical backtracking and implemented here in [IndirectCallAnalyzer](https://github.com/danielplohmann/smda/blob/master/smda/intel/IndirectCallAnalyzer.py). Since it does not do proper dataflow...
I don't have concrete plans but if someone with experience in writing radare2 plugins could give me a hand, I imagine it would not be too much effort. ;)
Hey! Thanks for pointing out this issue. It appears to affect IDA on other platforms as well, at least for me it crashes on Linux as well. I think something...
Changing the queue implementation did not really yield improvements, so we'll possibly need to look for other approaches.
Yeah, this will become immediately possible once tagging is added, see #53.
Hey! First, I'm absolutely happy that MCRIT seems to provide value and promise to be useful. You are also the first organization that is pushing it to that scale (at...
Oh wow. :laughing: Your error message ``` pymongo.errors.DocumentTooLarge: BSON document too large (60427090 bytes) ``` Suggests that there was a single function for which the JSON representation was 60M+ in...
I think limiting memory is less of an issue rather than the workers not freeing up what they allocated once they are done. I did some experiments with cea60afdae38004df948f1d2c6cb11d2d0a9ab52950c97142d0a417d5de2ff87 and...
Okay, I have now implemented a first draft for job processing with subprocesses in MCRIT v1.3.14. You can try it out by running `python -m mcrit spawningworker` instead of the...