4 matches found
sfuzz
SFUZZ 시작 날짜: 2021년 12월 이 도구는 커스텀 Just-In-Time 컴파일러를 사용하여 네이티브에 가까운 성능을 달성하는 커버리지 기반coverage-guided, 에뮬레이션 기반 그레이박스 퍼저입니다. 실행 중에 RISC-V ELF 바이너리를 중간 표현IR으로 리프팅한 다음 JIT 컴파일하여 x86으로 변환하는 방식으로 동작합니다. JIT 컴파일 중에는 커버리지 추적, asan, cmpcov, 스냅샷 기반 퍼징과 같은 퍼징 개선 기능을 활성화하도록 코드가 계측됩니다. 기능 멀티스레드: 임의의 개수의 스레드를...
Continuous Discovery of Vulnerabilities in LLM Serving Systems with Fuzzing
LLM inference and serving systems have become security-critical infrastructure; however, many of their most concerning failures arise from the serving layer rather than from model behavior alone. Modern inference engines combine KV cache, batching, prefix sharing, speculative decoding, adapters,...
aflnet
It is an offensive tool for network protocols. AFLNet is a greybox fuzzer for protocol implementations. It takes a mutational approach and uses state-feedback, in addition to code-coverage feedback, to guide the fuzzing process. AFLNet is seeded with a corpus of recorded message exchanges between...
aflnet
It is an offensive tool for Network protocols. The repository contains a greybox fuzzer for protocol implementations, named AFLNet. It takes a mutational approach and uses state-feedback, in addition to code-coverage feedback, to guide the fuzzing process. AFLNet is seeded with a corpus of record...