Skip to content

Commit

Permalink
Add --expose-externalize-string to V8Profile
Browse files Browse the repository at this point in the history
As the name implies, this flag exposes helper functions to create
externalized strings, which might be interesting for fuzzing.
  • Loading branch information
Samuel Groß committed Nov 7, 2024
1 parent 7b2850d commit 8e3cfb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FuzzilliCli/Profiles/V8Profile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ let v8Profile = Profile(
processArgs: { randomize in
var args = [
"--expose-gc",
"--expose-externalize-string",
"--omit-quit",
"--allow-natives-syntax",
"--fuzzing",
Expand Down

0 comments on commit 8e3cfb6

Please sign in to comment.