Pinned Repositories
gadget_synthesis
Esorics 2021 - Towards Automating Code-Reuse Attacks Using Synthesized Gadget Chains
afl
american fuzzy lop (copy of the source code for easy access)
AFL-1
american fuzzy lop - a security-oriented fuzzer
alexdashboard
angrop
awesome-ida-x64-olly-plugin
A curated list of IDA x64DBG and OllyDBG plugins.
awesome-vmp
虚拟机分析相关资料
ida-plugins
An interactive list of plugins for hex-rays' IDA Pro
loki
Hardening code obfuscation against automated attacks
ROPgadget
This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
zhangnaiqian's Repositories
zhangnaiqian/afl
american fuzzy lop (copy of the source code for easy access)
zhangnaiqian/AFL-1
american fuzzy lop - a security-oriented fuzzer
zhangnaiqian/alexdashboard
zhangnaiqian/angrop
zhangnaiqian/awesome-ida-x64-olly-plugin
A curated list of IDA x64DBG and OllyDBG plugins.
zhangnaiqian/awesome-vmp
虚拟机分析相关资料
zhangnaiqian/ida-plugins
An interactive list of plugins for hex-rays' IDA Pro
zhangnaiqian/loki
Hardening code obfuscation against automated attacks
zhangnaiqian/ROPgadget
This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
zhangnaiqian/BOPC
Block Oriented Programming -- Compiler
zhangnaiqian/effective-java-3rd-chinese
effective-java-3rd 中文版 https://sjsdfg.github.io/effective-java-3rd-chinese
zhangnaiqian/FiberDetectiveSystemAndroidApp
Fiber detective system android app match with PC.
zhangnaiqian/Fuzzing101
An step by step fuzzing tutorial. A GitHub Security Lab initiative
zhangnaiqian/gadget_synthesis
Esorics 2021 - Towards Automating Code-Reuse Attacks Using Synthesized Gadget Chains
zhangnaiqian/idapython-cheatsheet
Scripts and cheatsheets for IDAPython
zhangnaiqian/IntelliJ-IDEA-Tutorial
IntelliJ IDEA 简体中文专题教程
zhangnaiqian/nrop
Automated Return-Oriented Programming Chaining
zhangnaiqian/OllyDbg1plugins
zhangnaiqian/pychram_git_test
zhangnaiqian/PythonStudy
The book study
zhangnaiqian/Ropper
Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
zhangnaiqian/Static-Program-Analysis-Book
Getting started with static program analysis. 静态程序分析入门教程。