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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
DerekSelander avatar

DerekSelander/dsdumpArchived

0
View on GitHub↗
1,226 stars·119 forks·Objective-C++·8 views

Dsdump

An improved nm + Objective-C & Swift class-dump

Features

  • iOS Reverse Engineering Tools - Improved class-dump utility for Objective-C and Swift.

Star history

Star history chart for derekselander/dsdumpStar history chart for derekselander/dsdump

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Dsdump

Similar open-source projects, ranked by how many features they share with Dsdump.
  • alonemonkey/frida-ios-dumpAloneMonkey avatar

    AloneMonkey/frida-ios-dump

    3,874View on GitHub↗

    frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory. The project enables the retrieval of decrypted application files using either a display name or a bundle identifier. It combines these dumped binaries with extracted metadata and assets to assemble a standard distributable application package. The tool covers a technical surface including process injection, dynamic library hooking, and memory-based bi

    JavaScript
    View on GitHub↗3,874
  • bishopfox/bfinjectB

    BishopFox/bfinject

    0View on GitHub↗
    View on GitHub↗0
  • chichou/bagbakChiChou avatar

    ChiChou/bagbak

    1,471View on GitHub↗

    deprecated Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

    TypeScript
    View on GitHub↗1,471
  • januzellij/hopperscriptsJ

    Januzellij/hopperscripts

    0View on GitHub↗
    View on GitHub↗0
See all 7 alternatives to Dsdump→

Frequently asked questions

What does derekselander/dsdump do?

An improved nm + Objective-C & Swift class-dump

What are the main features of derekselander/dsdump?

The main features of derekselander/dsdump are: iOS Reverse Engineering Tools.

What are some open-source alternatives to derekselander/dsdump?

Open-source alternatives to derekselander/dsdump include: alonemonkey/frida-ios-dump — frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation… bishopfox/bfinject. chichou/bagbak — [deprecated] Yet another frida based iOS dumpdecrypted. Also decrypts app extensions. januzellij/hopperscripts. stefanesser/dumpdecrypted — Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for… tanprathan/fridpa.