SkillAgentSearch skills...

LazyCross

An IDA Pro plugin that display cross-references to functions or variables across the entire binary in Hex-Rays pseudocode

Install / Use

/learn @L4ys/LazyCross
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LazyCross

[!NOTE] IDA 9.2 has similar functionality built-in
https://docs.hex-rays.com/release-notes/9_2#show-all-call-xref-decompilations

About the Plugin

An IDA Pro plugin that displays cross-references to functions or variables across the entire binary in Hex-Rays pseudocode.


Installation

Method 1: Using hcli (Recommended)

hcli plugin install LazyCross

Method 2: Manual Installation

  1. Download or clone this repository.
  2. Copy LazyCross.py into your IDA plugins directory:
    • Windows:
      %APPDATA%\Hex-Rays\IDA Pro\plugins\
    • macOS/Linux:
      ~/.idapro/plugins/
  3. Restart IDA.

Usage

Press Ctrl+X on any function or variable from Hex-Rays to list its global cross-references, or right-click on the item and select LazyCross.

Related Skills

View on GitHub
GitHub Stars129
CategoryDevelopment
Updated22d ago
Forks11

Languages

Python

Security Score

100/100

Audited on Mar 11, 2026

No findings