• Stars
    star
    5
  • Rank 2,846,637 (Top 57 %)
  • Language
    Objective-C
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS another way to get mac address after iOS 7

More Repositories

1

jd_seckill_anyi4Pythonback

抢茅台(备份)
Python
55
star
2

zhangkn.github.io

新博客地址:https://kunnan.blog.csdn.net
CSS
21
star
3

HookingSwift

Hooking & Executing Code ---hooking Swift methods
C
17
star
4

hookingCmethods

Hooking & Executing Code with dlopen & dlsym ---Easy mode:hooking C methods
Swift
10
star
5

reverse

Objective-C
8
star
6

wooyunDrops4MD

WooYun原Drops文章镜像项目
8
star
7

hookClass

hookClassLog 打印类的执行方法
Objective-C
7
star
8

LibInject4android

Android平台上的注入代码:本质上就是linux下面的library注入 只不过处理器是arm的,需要额外处理一些东西
C
6
star
9

Demos4iOS

Objective-C
6
star
10

libexidcardios

IDCardRecognitionDemo 身份证识别 (正反)
Objective-C
6
star
11

device_hook4ios10

iPhone device information fake tweak! uuid, idfa
C
5
star
12

click4mac

Mac 模拟鼠标点击工具 brew install cliclick
Objective-C
4
star
13

capstoneHook

Python
4
star
14

KNCydiaV1.1.31

git clone git://git.saurik.com/cydia.git Original source git://git.saurik.com/cydia.git Web access http://gitweb.saurik.com/cydia.git
Objective-C++
4
star
15

JailbreakBypass4pixelcyber_dake_thor

屏蔽越狱检测
Objective-C++
4
star
16

CodeDecrypter4ios13.4.1

Decrypts FairPlay applications on iOS 13.4.1 and lower, no jb required 需要使用Xcode12编译。
C
4
star
17

iOSREBook4AloneMonkey

C++
3
star
18

IDCardRecognition

对图片进行信息识别,得到身份证的信息
Objective-C
3
star
19

KNtoggle-pie

toggle-pie changes the MH_PIE flag of the MACH-O header on iOS applications to disable ASLR on applications. Works on iOS 8 and 32/64-bit binaries (including FAT binaries). 只支持app,不支持动态库,因为动态库需要ASLR特性的来保证模块基地址不冲突
Objective-C++
3
star
20

insert_dylib4ios

Command line utility for inserting a dylib load command into a Mach-O binary.
C
3
star
21

DragView

致力于让任意View都可以自由悬浮拖曳(可拖动,悬浮按钮),类似于iOS的AssistiveTouch效果. 修改于: https://github.com/zhengwenming/WMDragView.git
Objective-C
3
star
22

KNdumpdecryptedTweak

backup
Objective-C
3
star
23

html2md

JavaScript
3
star
24

AutomaticGenerationModelFile

iOS 效率工具【根据 JSON 自动生成 Model 文件(数据模型)】一句代码自动生成 Model 文件,拖入工程既能使用。 支持 YYModel / MJExtension 的自动映射. 灵活拓展和定制(名字、头文件注解、代码处理器)。省去了复制粘贴的环节
Objective-C
3
star
25

KNParseClangLib

拿到字符串的开始和结束的位置,然后再进行字符串加密操作 https://clang.llvm.org/doxygen/group__CINDEX.html
C
3
star
26

UIPasteboardFix4iOS14

iOS14适配剪切板的弹框: 例子:通过判断是否符合数字和链接的规则来判断是否命中淘口令的格式
Objective-C
2
star
27

KNSKUDataFilter

SKU 算法
Objective-C
2
star
28

MultipathTCP4OC

MultipathTCP例子
Objective-C
2
star
29

lldb_python_scripts4arm64include_dumpdecrypted

Python
2
star
30

customizeLikeUserAndCommentUsers4WeChat

首先拿到赞和评论的模型,然后找到hook点,构造家数据模型实现集赞的功能。
Objective-C
2
star
31

HookDetection

Objective-C
2
star
32

zhangkn

http://kunnan.blog.csdn.net
2
star
33

invitation

invitation 微信拉人
Objective-C
2
star
34

KNelectra

定制一些自己的功能
C
2
star
35

knPrivateFrameworks

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/PrivateFrameworks
2
star
36

KNSafeProtector

防止crash框架,在原来@lsmakethebest /LSSafeProtector 基础修改(慎用SafeKit类似物,因为这是侵染性的处理方式,在整个宿主App内都会起作用)
Objective-C
2
star
37

KNCocoaTouchStaticLibrary

静态库工程,此工程可直接拖拽进[APP]([email protected]:zhangkn/KNAPP.git) 进行编译开发.
Objective-C
2
star
38

webWX4Mac

@iAladdin backup, + OTHER_CODE_SIGN_FLAGS = "--deep"; 修复code object is not signed at all In subcomponent
Objective-C
2
star
39

ChangeLocation

Objective-C
2
star
40

DevDataTool4ios

编码转换、摘要(hash)、加解密(MD5、SHA、SHA3、SM3、HMAC、DES、3DES、AES、SM4)
Objective-C
2
star
41

restore-symbol4iOS14

A reverse engineering tool to restore stripped symbol table for iOS app.
Objective-C
2
star
42

KN_ws_tweak

tweak中使用ws 的例子
Objective-C
2
star
43

lyricsAnalysis

歌词解析
Objective-C
2
star
44

RectDetect

Objective-C
2
star
45

customMKAnnotationView

MKAnnotationView-自定义大头针
Objective-C
2
star
46

MethodTraceAnalyzeBySwift

方法耗时分析
Swift
2
star
47

ZKNSafeKit

new防止crash框架,在原来@lsmakethebest /LSSafeProtector 基础修改(慎用SafeKit类似物,因为这是侵染性的处理方式,在整个宿主App内都会起作用)
Objective-C
2
star
48

ffmpeg_mobile

包含了使用FFmpeg在移动端处理多媒体的例子:基于FFmpeg的视频解码器、基于FFmpeg的推流器、ffmpeg.c命令行工具、移植SDL到IOS平台
C
2
star
49

KNSegmentedViewControllers

One viewController can display multiple viewController. Example show works like Tabbar but you can set it anywhere on the screen.
Objective-C
2
star
50

taobi4js

JavaScript
2
star
51

ScreenShot

iOS根据视图尺寸获取视图截屏【View Snapshots】how do I take a snapshot of my view and save the result in a UIImage?
Objective-C
2
star
52

ssl-kill-switch4back

Objective-C
1
star
53

FridaLib4macho

JavaScript
1
star
54

RocketBootstrap4Inter_process_Communication

C
1
star
55

iOS14Header

Private header dump from dyld cache
1
star
56

MACAddressInfo

一款工具类应用程序,用于查询设备网卡地址的相关信息。
Objective-C
1
star
57

KNPodlib

pod lib :Improve feedback interface and customize webview functionality
Objective-C
1
star
58

lldd_Script

Python
1
star
59

CodeSnippets4Xcode

用于Xcode使用的iOS通用代码片段: ~/Library/Developer/Xcode/UserData/CodeSnippets 202009
1
star
60

APNSTest

APNSTest
Objective-C
1
star
61

Scan4objectivec

Objective-C
1
star
62

chinese-independent-developer

1
star
63

openharmony

一款面向全场景的开源分布式操作系统,第一个版本支持128K-128M设备上运行
C
1
star
64

dl4video

Python
1
star
65

ios-run-application-with-root-privileges

addWebClipToHomeScreen
Objective-C
1
star
66

DrawingBoard

画板,签名
Objective-C
1
star
67

obfuscator4LLVM4.0

1
star
68

HTML5_CSS3_JavaScript4code

HTML
1
star
69

Specs

The zhangkn CocoaPods Specs
Shell
1
star
70

AuthorUtil4ios

Objective-C
1
star
71

ProcessMessage4localScoket

Objective-C
1
star
72

getUniqueDeviceIDByMGCopyAnswer

Logos
1
star
73

StickerKeyboard

表情输入键盘,仿最新微信样式
Objective-C
1
star
74

DKUsingblockImplementChainProgramming

block 的妙用:结合block和方法的优点实现iOS的链式编程
Objective-C
1
star
75

KNMVVMReactiveCocoa

KNMVVMReactiveCocoa /Users/devzkn/Documents/git/MVVMReactiveCocoa
Objective-C
1
star
76

HSWheelView

20160423-转盘 采用自定义视图实现,
Objective-C
1
star
77

KNyalu102

本工具可用于激活iOS10;优化一些配置信息:比如 dropbear.plist
C
1
star
78

Injector

Objective-C
1
star
79

KNSKUView

SKU demo
Objective-C
1
star
80

IpaDownloadTool

Objective-C
1
star
81

substitute4ios

C
1
star
82

objection4iOS_hook_pinning

Python
1
star
83

LanguageLocalized4cvs

Objective-C
1
star
84

MobileGestaltHooking4tweak

C
1
star
85

MachOView4back

Objective-C
1
star
86

thuancrush.io

developer
Logos
1
star
87

KNIosCommonTool

deploy to the public pod repo
Ruby
1
star
88

CodeObfuscation

C
1
star
89

50SoGray

Swift
1
star
90

ProfileSigner

Python
1
star
91

KNMVVMReactiveCocoaDemo

CocoaPod的使用
JavaScript
1
star
92

Security4ios

HTML
1
star
93

KNAXWebViewController

Tool bar items 新增 首页功能
Objective-C
1
star
94

Bluetooth4iOS

Objective-C
1
star
95

keychain_dumper4ios11

Objective-C
1
star
96

SimulateToucht4ios

Simulate touch library for iOS
Objective-C++
1
star
97

jumpWeiBoAD

新浪微博去广告
Logos
1
star
98

UDIDFromSafari

Java
1
star
99

iOS-jailbreak-history2

1
star
100

KNWLContainerViewController

ContainerViewController : 两个控制器的容器,场景: 例如注册控制器和登录控制器的视图 都是在同一个控制器WLContainerViewController的view视图进行展示切换https://developer.apple.com/library/content/featuredarticles/ViewControllerPGforiPhoneOS/ImplementingaContainerViewController.html#//apple_ref/doc/uid/TP40007457-CH11-SW1
Objective-C
1
star