XrefsDialog

class XrefsDialog : public QDialog

A dialog that displays X-refs to and from an address or variable, providing a live disassembly preview.

Public Functions

explicit XrefsDialog(MainWindow *parent, bool hideXrefFrom = false)
~XrefsDialog()
void fillRefsForAddress(RVA addr, const QString &name, bool whole_function)
void fillRefsForVariable(const QString &nameOfVariable, RVA offset)

Initializes toModel and fromModel with the details about the references to the specified local variable ‘nameOfVariable’.

Parameters:
  • nameOfVarible – Name of the local variable for which the references are being initialized.

  • offset – An offset in the function in which the specified local variable exist.