├── .gitignore ├── README.md ├── pics └── reg_xref.png └── reg_xref.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/repnz/ida-plugins/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/repnz/ida-plugins/HEAD/README.md -------------------------------------------------------------------------------- /pics/reg_xref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/repnz/ida-plugins/HEAD/pics/reg_xref.png -------------------------------------------------------------------------------- /reg_xref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/repnz/ida-plugins/HEAD/reg_xref.py --------------------------------------------------------------------------------