Closed kirb closed 8 years ago
Indeed it does, merged!
Sent from my iMac
On 03 Apr 2016, at 14:59, Adam Demasi notifications@github.com wrote:
This greatly simplifies the process of getting libclassdumpdyld set up for use in Cycript, so all that has to be done is @import net.limneos.classdumpdyld.
You can view, comment on, or merge this pull request online at:
https://github.com/limneos/classdump-dyld/pull/8 https://github.com/limneos/classdump-dyld/pull/8 Commit Summary
Add Cycript module script. Update readme to use the Cycript module. Forgot that the functions are under an object of the module’s name. File Changes
M classdumpdyldlib/Makefile https://github.com/limneos/classdump-dyld/pull/8/files#diff-0 (4) A classdumpdyldlib/classdumpdyld.cy https://github.com/limneos/classdump-dyld/pull/8/files#diff-1 (22) M readme.md https://github.com/limneos/classdump-dyld/pull/8/files#diff-2 (14) Patch Links:
https://github.com/limneos/classdump-dyld/pull/8.patch https://github.com/limneos/classdump-dyld/pull/8.patch https://github.com/limneos/classdump-dyld/pull/8.diff https://github.com/limneos/classdump-dyld/pull/8.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/limneos/classdump-dyld/pull/8
This greatly simplifies the process of getting libclassdumpdyld set up for use in Cycript, so all that has to be done is
@import net.limneos.classdumpdyld
.