GitXplorerGitXplorer
f

classdump-dyld

public
43 stars
9 forks
2 issues

Commits

List of commits on branch main.
Unverified
86ec271b4d63714220d063c87fb64cc401f79f57

make it compile without theos

ffreedomtan committed 4 years ago
Unverified
4ce10cf9dde9d6bb894a9419f42b599e61b593b0

Updated readme

llimneos committed 5 years ago
Unverified
8b49d1908b40fbdea8ba8178d344ab7f42824585

fixes for iOS 13 support

llimneos committed 5 years ago
Unverified
1e98bbaca1f272e009065998fba8ddff4f51bd8b

added control file

llimneos committed 6 years ago
Unverified
50bbe2a9dd79cde366846e8191dd019e27af9cc0

Updated makefile

llimneos committed 6 years ago
Unverified
67d8ef07ba21f72a03f34214c5f6e88cf29299a8

fixed Makefile

llimneos committed 6 years ago

README

The README file for this repository.

classdump-dyld

This is a fork from @limneos's great classdump-dyld.

I need a classdump to check some frameworks on a MacBook Pro M1 2020. Big Sur put frameworks into dyld_shared_cache. So far it seems classdump-dyld is the most convenient tool.

Since I only need it on macOS, I got rid of theos related stuff and made it compile with old make on macOS.

License

The original license is GPLv3.

Environment

I only tested it on Big Sur x86_64 and m1.