awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cellebrite-srl avatar

cellebrite-srl/PacXplorer

0
View on GitHub↗
154 stars·16 forks·Python·GPL-3.0·0 views

PacXplorer

PacXplorer is an IDA plugin that adds XREFs between virtual functions and their call sites. This is accomplished by leveraging PAC codes in ARM64e binaries. 1. install ida-nentode somewhere IDA can import it 2. clone the repository and symlink ~/.idapro/plugins/pacxplorer.py to pacxplorer.py in…

Features

  • Binary Analysis Tools - IDA Pro plugin for exploring Pointer Authentication Code structures.

Star history

Star history chart for cellebrite-srl/pacxplorerStar history chart for cellebrite-srl/pacxplorer

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to PacXplorer

Similar open-source projects, ranked by how many features they share with PacXplorer.
  • aidansteele/osx-abi-macho-file-format-referenceaidansteele avatar

    aidansteele/osx-abi-macho-file-format-reference

    878View on GitHub↗
    abiapplemach-o
    View on GitHub↗878
  • airbus-seclab/bincatairbus-seclab avatar

    airbus-seclab/bincat

    1,858View on GitHub↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    View on GitHub↗1,858
  • anatolikalysch/vmattackA

    anatolikalysch/VMAttack

    0View on GitHub↗
    View on GitHub↗0
  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    View on GitHub↗29,539
See all 30 alternatives to PacXplorer→

Frequently asked questions

What does cellebrite-srl/pacxplorer do?

PacXplorer is an IDA plugin that adds XREFs between virtual functions and their call sites. This is accomplished by leveraging PAC codes in ARM64e binaries. 1. install ida-nentode somewhere IDA can import it 2. clone the repository and symlink ~/.idapro/plugins/pacxplorer.py to pacxplorer.py in…

What are the main features of cellebrite-srl/pacxplorer?

The main features of cellebrite-srl/pacxplorer are: Binary Analysis Tools.

What are some open-source alternatives to cellebrite-srl/pacxplorer?

Open-source alternatives to cellebrite-srl/pacxplorer include: aidansteele/osx-abi-macho-file-format-reference. airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… anatolikalysch/vmattack. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It…