FindFunc
FindFunc copied to clipboard
FindFunc is an IDA Pro plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints.
Thanks for sharing. Is this being developed? Is there a new version?
Hi, Is it possible to make the 'jump' to entry jump to the exact line in the code rather then the function? When I double click a found entry it...
Hi, Any chance to make this IDA PRO 9 compatible?
I don't see diffs available for the IDAPython changes, but at the very least `BWN_DISASMS` no longer exists and this leads to script crashes on right-click. https://github.com/FelixBer/FindFunc/blob/0c00b9d8bda04abd845bf9186b5ee2c16364ed17/findfuncmain.py#L239
Hi, What am I doing wrong... Why can't it detect: imul rax, 4 which i defiantly have in my code:  and this e.g. is my rule:  What am...