Fuzziltool Compiler JS Feature

Standard Operating Procedure for adding support for a new JavaScript feature in the FuzzILTool Compiler. It details a "diffing" approach against an already-supported baseline syntax to implement all stages: from Babel AST, to ast.proto, to FuzzIL representation, before finally lifting back into JS and human-readable FuzzIL. It also details how to add new FuzzIL operations when needed.

googleprojectzero 9210e74 8.7 KB Updated

File contents

googleprojectzero/fuzzilli/tree/main/agents/skills/fuzziltool-compiler-js-feature commit 9210e74c7e

Frequently asked questions

npx skillmds@latest add googleprojectzero/fuzziltool-compiler-js-feature