FindFunc icon indicating copy to clipboard operation
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.

Results 5 FindFunc issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/user-attachments/assets/b80ed32d-67ad-436f-bf7a-3524c2eae376) and this e.g. is my rule: ![image](https://github.com/user-attachments/assets/2336a542-f40b-4f6a-874a-497fe785a0a0) What am...