Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 243 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 243 Bytes

Hacking

For developing afl-lua you need to install Lua libraries and headers and CMake. On Debian: apt install -y liblua5.1-0-dev cmake.

$ cmake -S . -B build
$ cmake --build build --parallel

You are ready to make patches!