yyyayo's Stars
eslint/eslint
Find and fix problems in your JavaScript code.
mattzeunert/FromJS
See where each character on the screen came from in code.
palantir/tslint
:vertical_traffic_light: An extensible linter for the TypeScript language
linkedin/qark
Tool to look for several security related Android application vulnerabilities
ashishb/android-security-awesome
A collection of android security related resources
octopus-platform/joern
A robust parser for C/C++ storing abstract syntax trees, control flow graphs and program dependence graphs in a neo4j graph database.
CL0610/Java-concurrency
Java并发知识点总结
OWASP/owasp-mastg
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
weggli-rs/weggli
weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.
danmar/cppcheck
static analysis of C/C++ code
pmd/pmd
An extensible multilanguage static code analyzer.
Tencent/TscanCode
A static code analyzer for C++, C#, Lua
Keysight/optee_fuzzer
This repository contains the code for a fuzzing prototype for the OP-TEE system call interface using AFL.
haoNoQ/clang-analyzer-guide
An easy guide to Clang Static Analyzer extension.
bytedance/appshark
Appshark is a static taint analysis platform to scan vulnerabilities in an Android app.
DaveGamble/cJSON
Ultralightweight JSON parser in ANSI C
yinwang0/pysonar2
PySonar2: a semantic indexer for Python with interprocedual type inference
google/syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
OP-TEE/optee_client
Normal World Client side of the TEE
Gallopsled/pwntools
CTF framework and exploit development library
slimm609/checksec
Checksec
Ericsson/codechecker
CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
shellphish/how2heap
A repository for learning various heap exploitation techniques.
shellphish/driller
Driller: augmenting AFL with symbolic execution!
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
lcatro/Source-and-Fuzzing
一些阅读源码和Fuzzing 的经验,涵盖黑盒与白盒测试..
hugsy/gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux
pwndbg/pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
ctf-wiki/ctf-challenges
ragibson/Steganography
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.