Skip to content
View andy6shen's full-sized avatar

Block or report andy6shen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. workspace workspace Public

  2. CocoaLumberjack CocoaLumberjack Public

    Forked from CocoaLumberjack/CocoaLumberjack

    A fast & simple, yet powerful & flexible logging framework for Mac and iOS

    Objective-C

  3. STPrivilegedTask STPrivilegedTask Public

    Forked from sveinbjornt/STPrivilegedTask

    An NSTask-like wrapper around OS X Security Framework's AuthorizationExecuteWithPrivileges() to run shell commands with root privileges in Objective-C / Cocoa

    Objective-C

  4. MagicalRecord MagicalRecord Public

    Forked from magicalpanda/MagicalRecord

    Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!

    Objective-C

  5. CocoaAsyncSocket CocoaAsyncSocket Public

    Forked from robbiehanson/CocoaAsyncSocket

    Asynchronous socket networking library for Mac and iOS

    Objective-C

  6. GetIphoneMac GetIphoneMac Public

    Forked from Jdb156158/GetIphoneMac

    该工程主要应用于获取苹果手机的mac地址,但前提是连接了wifi路由的情况下。原理:我们知道苹果是不允许我们获取其设备硬件的mac地址的,在iOS7以下才可以获得。iOS7以后苹果对于sysctl和ioctl进行了技术处理,MAC地址返回的都是02:00:00:00:00:00。但是发现fing这个软件却可以获取,其下载地址为:https://appsto.re/cn/tw1Rz.i 相关讨…

    C