Skip to main content

Package for analyzing Fuzzing set ups.

Project description

Fuzz Introspector Python Package

Library for analysing fuzzer-relevant components of source code.

Example:

from fuzz_introspector.frontends import core

SAMPLE="""void parse(const char *data, size_t size) {
  return;
}

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  parse((const char*)data, size)
}
"""

source = core.analyse_source_file(SAMPLE, 'c')
func = source.get_function_node('LLVMFuzzerTestOneInput')
if func:
    print(func.callsites())

Running the above:

$ python3 example.py
[('parse', (122, 127))]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzz_introspector-0.1.3.tar.gz (152.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fuzz_introspector-0.1.3-py3-none-any.whl (171.9 kB view details)

Uploaded Python 3

File details

Details for the file fuzz_introspector-0.1.3.tar.gz.

File metadata

  • Download URL: fuzz_introspector-0.1.3.tar.gz
  • Upload date:
  • Size: 152.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0rc1

File hashes

Hashes for fuzz_introspector-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4fa94cfe824cfb7e8921ba1156838899d3e0f46ef68b55b9f2d4c2058c198c4a
MD5 f04410082bb6f660966433114935a664
BLAKE2b-256 b00154c23f72a74873934011da628e2f595f27c3217f76d510e26a8eb17d4e35

See more details on using hashes here.

File details

Details for the file fuzz_introspector-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for fuzz_introspector-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f712ccac390edf47d84b794898ceb7f6127747f270b00df5512c110f7ed102a5
MD5 8e538197679a55bc6dd7fc4f813f2438
BLAKE2b-256 b3a0223e9b32eee193dbacc624662e85f51e0e6b188c36063bdb8ee5c02764c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page