Willi Ballenthin
Willi Ballenthin
> if that's the reason for wanting another alternative. i think the primary motivation is that lots of people use ghidra, so if we support ghidra, then more people get...
@danielplohmann
shall we introduce a deprecation warning in v4.0 when users select the SMDA backend and remove it in v5.0? between now and 5.0, no further guaranteed development?
https://github.com/rizinorg/sigdb-source
note that we wouldn't want to override this behavior if the user doesn't want it. so there would need to be some configurable setting.
agree that using `bytes` makes sense for a u8 array. not sure what to do for non-u8 arrays, or if this even matters in the real world? i suppose for...
lets enumerate some concrete examples of rules that we could compose with these features (especially non-u8 arrays). agree that the above look nice so far.
thats a good idea. we should also try to detect when installed via pip and show a warning and explain how to fix the situation.
we could use something like [monkeytype](https://monkeytype.readthedocs.io/en/latest/index.html) to automatically generate the annotations given a runtime trace of the code.
thanks for the thorough report here. likewise, i have a suspicion thats its a bug in the underlying analysis engine (vivisect). we're awaiting some substantial improvements to be released in...