Jump to content

How to increase arm_regtrack_max_xrefs in ida.cfg


Go to solution Solved by Rook,

2 posts in this topic

Recommended Posts

  • Solution
Posted (edited)

To do this, head over to: \IDA Pro 7.x\cfg\ida.cfg

And adjust the values here then save.

// for the vars below 0 means "no limit"
ARM_REGTRACK_VALS_SIZE   = 100  // max number of possible values of register
ARM_REGTRACK_OP_RECURS   = 100  // max level of recursion when emulating the execution of instructions
ARM_REGTRACK_BBLK_RECURS = 2000 // max level of recursion when unwinding the execution flow
ARM_REGTRACK_CACHE_SIZE  = 20000// max size of the cache for one register
ARM_REGTRACK_MAX_XREFS   = 256  // max number of xrefs
                                // the ARM module stops tracking registers if it finds more xrefs

 

Updated by Rook

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines