Skip to content

Find a function in IDA Pro by supplying addresses of functions that you know are called by the unknown function.

Notifications You must be signed in to change notification settings

Jackrin/IDAPython-Function-finder-by-xrefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

IDAPython-Function-finder-by-xrefs

Find a function in IDA Pro by supplying addresses of functions that you know are called by the unknown function.

Parameters in the code:

  • adrs: list of addresses that are called by the function you want to search.
  • callsNum: minimum number of times the address is called. The number needs to be at the same list index as the address you are referring to.
  • strict: If set to True the address must be called the number of times set in callNum and not greater.

About

Find a function in IDA Pro by supplying addresses of functions that you know are called by the unknown function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages