Pinned Repositories
acorn
untethered+unsandboxed code execution in iOS 11
avcatshy
Config files for my GitHub profile.
avcatshy.github.io
Awesome-Fuzzing
A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis.
Awesome-Hacking
A collection of various awesome lists for hackers, pentesters and security researchers
chinese-weibo-noun
esxi_install_macOS
fuzzing-solo-with-afl
Fuzzing SILK with AFL
noobs
static-arm-bins
Statically compiled ARM binaries for debugging and runtime analysis
avcatshy's Repositories
avcatshy/noobs
avcatshy/esxi_install_macOS
avcatshy/acorn
untethered+unsandboxed code execution in iOS 11
avcatshy/avcatshy
Config files for my GitHub profile.
avcatshy/avcatshy.github.io
avcatshy/Awesome-Fuzzing
A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis.
avcatshy/fuzzing-solo-with-afl
Fuzzing SILK with AFL
avcatshy/static-arm-bins
Statically compiled ARM binaries for debugging and runtime analysis
avcatshy/codeql-uboot
avcatshy/CyberSecurityRSS
CyberSecurityRSS: 优秀的网络安全知识来源 / A collection of cybersecurity rss to make you better!
avcatshy/Electron-SDK
Electron wrapper around the Agora RTC SDKs for Windows/macOS
avcatshy/exploits
avcatshy/FastBle
Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
avcatshy/InspectiveC
objc_msgSend hook for debugging/inspection purposes.
avcatshy/ios-crash-dump-analysis-book
iOS Crash Dump Analysis Book
avcatshy/iOS_Check_IPA_Details
扫描IPA文件并解析其Info.plist和embedded.mobileprovision文件。
avcatshy/iWeChat
通过 iWeChat 这个项目掌握如何分析一个App,以微信为例
avcatshy/js-vuln-db
A collection of JavaScript engine CVEs with PoCs
avcatshy/kernel-exploit-factory
Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore.
avcatshy/Lilith
Lilith, The Open Source C++ Remote Administration Tool (RAT)
avcatshy/macOS-iOS-system-security
macos/ios exploit writeup
avcatshy/macVM
avcatshy/Neurax
A framework for constructing self-spreading binaries
avcatshy/nimo-markdown-cv
Maintain your CV in Markdown :sparkles:
avcatshy/qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
avcatshy/qemu-vm-escape
avcatshy/react-native-chat-sdk
avcatshy/vm-escape
some interesting vm-escape game
avcatshy/vxhunter
ToolSet for VxWorks Based Embedded Device Analyses
avcatshy/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.