xusheng
xusheng
Related to https://github.com/Vector35/binaryninja-api/issues/772 and https://github.com/Vector35/binaryninja-api/issues/3270
A related workflow is to select a variable or a type, and do froward propagation at all function calls where this type is seen. Might need to repeat the process...
Related to https://github.com/Vector35/binaryninja-api/issues/2773
It seems to me that it only malfunctions when the selection involves a string in linear view. For selections include nothing, or data variables, it works fine.
I remember the IDA plugin comes with a rule editor. It would be easier to first implement a BN plugin that browses the capa result. After that, if people really...
Related to #3635
Related to https://github.com/Vector35/binaryninja-api/issues/1827
Added via https://github.com/Vector35/binaryninja-api/commit/015314d34d073a8ebbd958edf8150a81381f12c2, should be available in dev 4.1.5260
> unfortunately TTD is Windows-only today, since all the current solutions rely on the TTD.dll distributed with WinDbg. while im tempted to try to reverse engineer and re-implement the DLL,...
Hi @williballenthin I do not quite get this issue. Is there any case that is failing for the existing code? Also BN actually has built-int support for stack cookie detection....