# lcatro/Source-and-Fuzzing

一些阅读源码和Fuzzing 的经验,涵盖黑盒与白盒测试..

Repository: https://github.com/lcatro/Source-and-Fuzzing
Canonical: https://ross.abutalabs.com/products/source-and-fuzzing
Language: C++
License Family: other
Last push: 2021-08-24T16:04:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3094, "days_push": 1835, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1082, forks 220 (observed 2026-08-28T04:03:31.063405+00:00)

## What it is
A Chinese-language tutorial repository teaching source-code reading and fuzzing, covering black-box and white-box testing with real-world examples. It includes chapters on program analysis, LLVM, KLEE symbolic execution, libFuzzer with ASan, and guides for writing your own fuzzer and symbolic execution tool from scratch.

## Use cases
- learn how to fuzz open-source projects to find vulnerabilities
- understand symbolic execution with KLEE
- write a fuzzer from scratch
- learn static and dynamic program analysis
- study how to read large codebases for security auditing
- get started with LLVM-based program instrumentation
- learn automated logic vulnerability detection

## When to choose
- you want a structured, example-driven introduction to fuzzing and program analysis
- you prefer Chinese-language security learning material
- you want to learn to build fuzzers or symbolic execution tools yourself

## When to avoid
- you need a ready-to-use fuzzing tool rather than educational material
- you need English-only documentation
- you need actively maintained content with recent updates

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: fuzzing, penetration-testing, vulnerability-scanning, reverse-engineering, compiler, security
- domain: security, penetration-testing, tutorials, reverse-engineering, compilers
- platform: cpp, python
- tags: fuzzing-tutorial, symbolic-execution, klee, llvm, libfuzzer, program-analysis, vulnerability-research, chinese-language, linux

## Member repositories
- lcatro/Source-and-Fuzzing (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.063405+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:16.363083+00:00, confidence not recorded.
  - readme: https://github.com/lcatro/Source-and-Fuzzing (fetched 2026-08-28T04:03:31.063405+00:00, sha d2f17f50a7f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
