Finding cross references in code

Make decompiler find cross references

Decompiler is able to point to find cross references to particular function of variable in the following way:

  1. In the bottom part of the progam you can see Search panel

  1. At the top right of this panel you can observe Options, next to it there is "All the above" button, if you select it you can narrow the scope of search

  1. Select function / variable depending on what you want to analyze

  1. Doubleclick on the search result in order to see the code

  2. Right click on the function in code

  1. Results should come up in Analyzer tab at the bottom of the screen (you can access the found function in code by Right Click > Go To Reference

Last updated