tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fuzzilli-aarch64 (344B)


      1 {
      2     "configure-args": "--enable-js-fuzzilli --enable-fuzzing --enable-gczeal --disable-shared-js --target=aarch64 --disable-stdcxx-compat",
      3     "optimize": true,
      4     "debug": true,
      5     "nspr": false,
      6     "compiler": "clang",
      7     "skip-tests": {
      8         "all": ["jstests", "jittest", "checks", "jsapitests"]
      9     },
     10     "use_minidump": false
     11 }