Starred repositories
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
Zstandard - Fast real-time compression algorithm
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
VLC media player - All pull requests are ignored, please use MRs on https://code.videolan.org/videolan/vlc
WCDB is a cross-platform database framework developed by WeChat.
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
FFmpeg实现视频裁剪、水印、转码、编解码、转Gif动图;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL滤镜特效,视频拍摄。音视频学习路线,音视频知识总结、流媒体协议
ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS.
A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption.
A lightweight iOS library for In-App Purchases
Mirror only. Please do not send pull requests. See https://chromium.googlesource.com/webm/libwebp/+/HEAD/CONTRIBUTING.md.
📝 南哪课程复习资料 Review materials for NJU
Universal MTProto framework for both iOS and OS X
该工程主要应用于获取苹果手机的mac地址,但前提是连接了wifi路由的情况下。原理:我们知道苹果是不允许我们获取其设备硬件的mac地址的,在iOS7以下才可以获得。iOS7以后苹果对于sysctl和ioctl进行了技术处理,MAC地址返回的都是02:00:00:00:00:00。但是发现fing这个软件却可以获取,其下载地址为:https://appsto.re/cn/tw1Rz.i 相关讨…