Skip to content

Instantly share code, notes, and snippets.

View joemerlino's full-sized avatar

Giuseppe Merlino joemerlino

View GitHub Profile
@joemerlino
joemerlino / pebble.h
Created August 4, 2019 17:05
Pebble v4.4 Headers
This file has been truncated, but you can view the full file.
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Blocks
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
@joemerlino
joemerlino / Pokèmon.h
Created July 6, 2016 21:36
Pokèmon GO class-dump
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
@joemerlino
joemerlino / com.att.labs.uversetv.h
Created May 28, 2016 17:06
U-VerseTV classdump headers
This file has been truncated, but you can view the full file.
AFJSONRequestSerializer
+(id) serializer
+(id) serializerWithWritingOptions:(unsigned long long)
-(id) requestBySerializingRequest:(id) withParameters:(id) error:(id*)
-(void) setWritingOptions:(unsigned long long)
-(unsigned long long) writingOptions
-(id) initWithCoder:(id)
-(void) encodeWithCoder:(id)
-(id) copyWithZone:(_NSZone*)
@joemerlino
joemerlino / gboard.h
Created May 13, 2016 08:33
Gboard class-dump headers
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
@joemerlino
joemerlino / CiaoIM.h
Created March 30, 2016 10:53
CiaoIM class-dump headers
This file has been truncated, but you can view the full file.
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
@joemerlino
joemerlino / it.notificash.h
Created February 17, 2016 17:53
Notificash class-dump header
-(void) layoutSubviews
-(id) textView
-(id) iconView
-(void) setAttribution:(id)
GADNativeAdAttributionView
-(void) adView:(id) didFailLoadWithError:(id)
-(void) clearWebView:(id)
-(void) dealloc
-(void) addObject:(id)
@joemerlino
joemerlino / README.md
Last active February 4, 2016 13:38
PebbleTime ClassDump Header

Pebble Time class-dump header

Since the PebbleTime app is unclutchable, it's impossible to dump the headers using class-dump or class-dump-z. That's why I posted this entire header file obtained using the tweak FLEX2.

App Version

3.5 (header.h) 3.6 (header36.h using class-dump on clutched .ipa)

Process to obtain the header from FLEX2