limneos / classdump-dyld

Class-dump any Mach-o file without extracting it from dyld_shared_cache
586 stars 99 forks source link

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm #9

Open xuanliu-aa opened 8 years ago

xuanliu-aa commented 8 years ago

in classdumpdyldlib/Makefile,

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm? Seems a bug tome.

I can't compile until I change .mm to .xm, and in classdumpdyldlib dir there in deed only a .xm file

limneos commented 8 years ago

You should be able to compile since Theos can automatically find the file and use it.

This used to be a minor hack in Theos so that you could define a .mm file while using an xm file, and Theos would use logos for substrate functions (or something). I only used it while I was testing hooks with classdumpdyld. You can safely change all the names, anyway as soon as they match the makefiles and any references inside the files .

Regards,

Limneos

Sent from my iMac

On 06 Jul 2016, at 11:51, Xuan Liu notifications@github.com wrote:

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm? Seems a bug tome.

I can't compile until I change .mm to .xm, and in classdumpdyldlib dir there in deed only a .xm file

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/limneos/classdump-dyld/issues/9, or mute the thread https://github.com/notifications/unsubscribe/AAOovyJ5Wy_GlCFgW7pGo7lZSN3XjPDvks5qS2x6gaJpZM4JF390.

Jichao commented 7 years ago

encouter the same problem with lastest theos.