메뉴 건너뛰기

app

[class-dump-z] 아이폰 앱 함수 확인 프로그램

suritam92013.09.13 01:29조회 수 2659댓글 0

  • 1
    • 글자 크기

배포 사이트 comment에 "이건 환상적이다"라고 적혀있다.


그렇다. 혁신이다!!!


사용법이 복잡할 줄 알았는데, 걍 다운 받아서 실행하면 끝이다.


윈도우 버전도 있고, 설치가 필요 없다.


암호화 앱에 대해서는 

@protocol XXEncryptedProtocol_41a614

-(?)XXEncryptedMethod_2b795e;

-(?)XXEncryptedMethod_2b7952;

-(?)XXEncryptedMethod_2b7946;

-(?)XXEncryptedMethod_2b6f97;

-(?)XXEncryptedMethod_2b793f;

-(?)XXEncryptedMethod_2b792b;

-(?)XXEncryptedMethod_2b7917;

-(?)XXEncryptedMethod_2b7906;

-(?)XXEncryptedMethod_2b78f7;

-(?)XXEncryptedMethod_2b78ef;

-(?)XXEncryptedMethod_2b78c8;

-(?)XXEncryptedMethod_2b78ac;

-(?)XXEncryptedMethod_2b789b;

-(?)XXEncryptedMethod_2b7896;

-(?)XXEncryptedMethod_2b7891;

-(?)XXEncryptedMethod_2b788b;

-(?)XXEncryptedMethod_2b7880;

-(?)XXEncryptedMethod_2b787b;

-(?)XXEncryptedMethod_2b7872;

@optional

-(?)XXEncryptedMethod_2b796a;

@end


위와 같이 나온다.


# class-dump-z SpringBoard | more

/**

 * This header is generated by class-dump-z 0.2-0.

 * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.

 *

 * Source: (null)

 */


typedef struct CGPoint {

        float x;

        float y;

} CGPoint;


typedef struct CGSize {

        float width;

        float height;

} CGSize;


typedef struct CGRect {

        CGPoint origin;

        CGSize size;

} CGRect;


typedef struct _NSZone NSZone;


typedef struct {

        BOOL _field1;

        BOOL _field2;

        BOOL _field3;

        float _field4;

        int _field5;

        float _field6;

} XXStruct_3B_lsC;


typedef struct _NSRange {

        unsigned _field1;

        unsigned _field2;

} NSRange;


typedef struct __GSEvent* GSEventRef;


typedef struct __CFDictionary* CFDictionaryRef;


typedef struct __darwin_pthread_handler_rec darwin_pthread_handler_rec;

suritam9 (비회원)
  • 1
    • 글자 크기
[iphone] ipa 파일 배포하기 (by suritam9) [iphone] cycript 설치 및 테스트 (by suritam9)

댓글 달기

lispro06
2015.05.15 조회 1676
lispro06
2015.05.15 조회 1650
lispro06
2015.05.15 조회 2541
lispro06
2014.08.16 조회 1793
lispro06
2014.02.08 조회 4053
lispro06
2013.12.11 조회 1712
lispro06
2013.12.10 조회 3015
suritam9
2013.12.06 조회 2295
suritam9
2013.12.02 조회 3483
suritam9
2013.11.30 조회 2187
suritam9
2013.11.26 조회 1684
suritam9
2013.08.23 조회 7348
suritam9
2013.08.23 조회 1891
suritam9
2013.06.28 조회 2368
첨부 (1)
class-dump-z_0.2-0.tar.gz
732.3KB / Download 172
위로