GitXplorerGitXplorer
f

classdump-dyld

public
43 stars
9 forks
2 issues

Commits

List of commits on branch main.
Verified
df610700efdfa02d9d32fa616fbf25ad4a20c1ba

Merge pull request #2 from cmsj/main

ffreedomtan committed 4 years ago
Unverified
40217da479faa6a85a92d2f63ad338da789994d4

Add MPSImage.framework to the blacklist of known crashers

ccmsj committed 4 years ago
Unverified
4519d50ac591ea279dd310069ce0f22337c1c2b4

creat fat binary

ffreedomtan committed 4 years ago
Unverified
4d957e47e5d321e4476dc7535a03dd65f363e081

minor fixes for x86_64

ffreedomtan committed 4 years ago
Verified
81859838e9ac6858b56de052de3c80754fdb075c

Create LICENSE

ffreedomtan committed 4 years ago
Verified
cff5197b5f53e9b728978c23cab796435dbec2ac

Update readme.md

ffreedomtan committed 4 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.