├── .github ├── DOC.md ├── gh-result-info-reporter │ ├── .gitignore │ ├── README.md │ ├── action.yaml │ ├── dist │ │ └── index.js │ ├── index.js │ ├── package-lock.json │ └── package.json ├── send-to-slack │ ├── .gitignore │ ├── README.md │ ├── action.yaml │ ├── dist │ │ └── index.js │ ├── index.js │ ├── package-lock.json │ └── package.json └── workflows │ ├── chromium-build.yaml │ ├── on_workflow_completed.yaml │ └── post-processor.yaml ├── .gitignore ├── LICENSE ├── README.md ├── patches ├── 0fe650f151bb805a7e51 │ ├── trace-apis-object.diff │ └── version.txt ├── 1570c0819d0acc84beab │ ├── chrome-sandbox.diff │ ├── trace-apis-arm.diff │ ├── trace-apis-object.diff │ └── version.txt ├── 1f603f02d223378b95a0 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 22415abdab4ae42a6680 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 2c6eb8e0ad4fc118077d │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 35b0d5a9dc8362adfd44 │ ├── trace-apis-object.diff │ └── version.txt ├── 38cc4e3d7a9c060c2214 │ ├── trace-apis.diff │ └── version.txt ├── 3932fe54c45f96e7a1ab │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 3a50e012e4c9b8a410a4 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 40b11e7395bc65181fbf │ ├── trace-apis-obj.diff │ ├── trace-apis.diff │ └── version.txt ├── 5afa96dadfe803e8a058 │ ├── trace-apis.diff │ └── version.txt ├── 606aa55c7d687518d34b │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 613ff012cdbb0b7365da │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 670b6f192f4668d2ac2c │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 6b4b19e9dfbb93aa414d │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 6e80b8a378765b0e699e │ ├── trace-apis.diff │ └── version.txt ├── 6ed732a34999a42d2520 │ ├── trace-apis.diff │ └── version.txt ├── 6f041b45cf25952a5892 │ ├── trace-apis.diff │ └── version.txt ├── 7c3f8264460ced0a6028 │ ├── trace-apis-object.diff │ └── version.txt ├── 877e4fc9c2c55916e516 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── 8e1a5127113793e25c81 │ ├── trace-apis-object.diff │ └── version.txt ├── 9348a4469890703eb809 │ ├── trace-apis.diff │ └── version.txt ├── 99a174b7b1d13e53dbb2 │ ├── trace-apis.diff │ └── version.txt ├── 9f25ba24af2baaafedd629 │ ├── trace-apis.diff │ └── version.txt ├── README.md ├── a2d0cb026721e4644e48 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── b480b7f8aee9dedffaf9 │ ├── busted-trace-native.diff │ ├── trace-apis.diff │ └── version.txt ├── b5bf99e94492cd5d5fbd │ ├── trace-apis.diff │ └── version.txt ├── bb5258320e0aca193f0f │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── bf64d045d4e8a662b7c3 │ ├── trace-apis-object.diff │ ├── trace-apis.diff │ └── version.txt ├── c2bec8045f7ad3ece1c5 │ ├── trace-apis.diff │ └── version.txt ├── cd0e5b0bca78ffe85d56 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── cd118ea2617894ca338a │ ├── trace-apis.diff │ └── version.txt ├── daa4f9357139c7e0c4bb │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── dce3cf294844dc54ae55 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── dcf70609ee5e7c90b9d4 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── ea6ef4c2ac15ae95d2cf │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── f079b9bc781e3c2adb14 │ ├── chrome-sandbox.diff │ ├── trace-apis.diff │ └── version.txt ├── faf34a95a93ff46eb360 │ ├── trace-apis.diff │ └── version.txt ├── ff70b961e190bd36db35 │ ├── trace-apis.diff │ └── version.txt ├── snap.sh ├── trace-apis.diff └── vgrep.sh ├── post-processor ├── .gitignore ├── Makefile ├── README.md ├── adblock │ ├── adblock-oracle-rs │ │ ├── .gitignore │ │ ├── Cargo.lock │ │ ├── Cargo.toml │ │ └── src │ │ │ └── main.rs │ └── main.go ├── build │ ├── .gitignore │ ├── Dockerfile │ ├── agg_entity_hashmap.py │ ├── docker.sh │ ├── entity_hashmap.sh │ ├── fetch_easy_privacy.sh │ └── publish.sh ├── callargs │ └── callargs.go ├── causality │ ├── causality.go │ └── postgresql.sql ├── core │ ├── annotate.go │ ├── core.go │ ├── idldata.go │ ├── mongoz.go │ ├── output.go │ ├── postgres.go │ ├── types.go │ └── utils.go ├── elements │ └── elements.go ├── features │ ├── features.go │ └── postgres_schema.sql ├── flow │ └── main.go ├── fptp │ ├── load_emap.go │ └── main.go ├── go.mod ├── go.sum ├── idl_apis │ └── main.go ├── main.go ├── mega │ ├── main.go │ └── postgresql.go ├── micro │ └── ufeatures.go ├── postgres_schema.sql └── tests │ └── tests-artifacts │ ├── .gitignore │ ├── Dockerfile │ ├── get-logs.sh │ ├── run.sh │ └── vv8-test │ ├── b.js │ ├── causality.html │ ├── fpscanner.js │ ├── hello.js │ ├── i.html │ └── manual-redir.html └── tests ├── README.md ├── logs ├── .gitignore ├── entry.sh ├── relabel.py ├── src │ ├── binder.js │ ├── colons.js │ ├── escapes.js │ ├── evil.js │ ├── fred.txt │ ├── funobj.js │ ├── objobj.js │ ├── pi.js │ └── props.js ├── trace-apis-obj │ ├── binder.log │ ├── colons.log │ ├── escapes.log │ ├── evil.log │ ├── funobj.log │ ├── obj_func.log │ ├── objobj.log │ ├── pi.log │ └── props.log ├── trace-apis │ ├── binder.log │ ├── colons.log │ ├── escapes.log │ ├── evil.log │ ├── funobj.log │ ├── objobj.log │ ├── pi.log │ └── props.log └── vlp.py ├── run.sh └── src ├── binder.js ├── colons.js ├── escapes.js ├── evil.js ├── fred.txt ├── funobj.js ├── obj_func.js ├── objobj.js ├── pi.js └── props.js /.github/DOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/DOC.md -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/README.md -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/action.yaml -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/dist/index.js -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/index.js -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/package-lock.json -------------------------------------------------------------------------------- /.github/gh-result-info-reporter/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/gh-result-info-reporter/package.json -------------------------------------------------------------------------------- /.github/send-to-slack/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /.github/send-to-slack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/README.md -------------------------------------------------------------------------------- /.github/send-to-slack/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/action.yaml -------------------------------------------------------------------------------- /.github/send-to-slack/dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/dist/index.js -------------------------------------------------------------------------------- /.github/send-to-slack/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/index.js -------------------------------------------------------------------------------- /.github/send-to-slack/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/package-lock.json -------------------------------------------------------------------------------- /.github/send-to-slack/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/send-to-slack/package.json -------------------------------------------------------------------------------- /.github/workflows/chromium-build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/workflows/chromium-build.yaml -------------------------------------------------------------------------------- /.github/workflows/on_workflow_completed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/workflows/on_workflow_completed.yaml -------------------------------------------------------------------------------- /.github/workflows/post-processor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.github/workflows/post-processor.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/README.md -------------------------------------------------------------------------------- /patches/0fe650f151bb805a7e51/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/0fe650f151bb805a7e51/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/0fe650f151bb805a7e51/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/0fe650f151bb805a7e51/version.txt -------------------------------------------------------------------------------- /patches/1570c0819d0acc84beab/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1570c0819d0acc84beab/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/1570c0819d0acc84beab/trace-apis-arm.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1570c0819d0acc84beab/trace-apis-arm.diff -------------------------------------------------------------------------------- /patches/1570c0819d0acc84beab/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1570c0819d0acc84beab/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/1570c0819d0acc84beab/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 122.0.6261.43 2 | Commit 1570c0819d0acc84beabfb6e050f269a464231d5 -------------------------------------------------------------------------------- /patches/1f603f02d223378b95a0/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1f603f02d223378b95a0/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/1f603f02d223378b95a0/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1f603f02d223378b95a0/trace-apis.diff -------------------------------------------------------------------------------- /patches/1f603f02d223378b95a0/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/1f603f02d223378b95a0/version.txt -------------------------------------------------------------------------------- /patches/22415abdab4ae42a6680/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/22415abdab4ae42a6680/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/22415abdab4ae42a6680/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/22415abdab4ae42a6680/trace-apis.diff -------------------------------------------------------------------------------- /patches/22415abdab4ae42a6680/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 113.0.5672.62 2 | Commit 22415abdab4ae42a6680cea607e7502aab6c9f11 -------------------------------------------------------------------------------- /patches/2c6eb8e0ad4fc118077d/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/2c6eb8e0ad4fc118077d/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/2c6eb8e0ad4fc118077d/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/2c6eb8e0ad4fc118077d/trace-apis.diff -------------------------------------------------------------------------------- /patches/2c6eb8e0ad4fc118077d/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/2c6eb8e0ad4fc118077d/version.txt -------------------------------------------------------------------------------- /patches/35b0d5a9dc8362adfd44/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/35b0d5a9dc8362adfd44/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/35b0d5a9dc8362adfd44/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 94.0.4606.0 2 | Commit 5950182fc3061d22b9cd1ff289b2185beed6af5a 3 | -------------------------------------------------------------------------------- /patches/38cc4e3d7a9c060c2214/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/38cc4e3d7a9c060c2214/trace-apis.diff -------------------------------------------------------------------------------- /patches/38cc4e3d7a9c060c2214/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/38cc4e3d7a9c060c2214/version.txt -------------------------------------------------------------------------------- /patches/3932fe54c45f96e7a1ab/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3932fe54c45f96e7a1ab/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/3932fe54c45f96e7a1ab/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3932fe54c45f96e7a1ab/trace-apis.diff -------------------------------------------------------------------------------- /patches/3932fe54c45f96e7a1ab/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3932fe54c45f96e7a1ab/version.txt -------------------------------------------------------------------------------- /patches/3a50e012e4c9b8a410a4/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3a50e012e4c9b8a410a4/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/3a50e012e4c9b8a410a4/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3a50e012e4c9b8a410a4/trace-apis.diff -------------------------------------------------------------------------------- /patches/3a50e012e4c9b8a410a4/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/3a50e012e4c9b8a410a4/version.txt -------------------------------------------------------------------------------- /patches/40b11e7395bc65181fbf/trace-apis-obj.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/40b11e7395bc65181fbf/trace-apis-obj.diff -------------------------------------------------------------------------------- /patches/40b11e7395bc65181fbf/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/40b11e7395bc65181fbf/trace-apis.diff -------------------------------------------------------------------------------- /patches/40b11e7395bc65181fbf/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/40b11e7395bc65181fbf/version.txt -------------------------------------------------------------------------------- /patches/5afa96dadfe803e8a058/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/5afa96dadfe803e8a058/trace-apis.diff -------------------------------------------------------------------------------- /patches/5afa96dadfe803e8a058/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/5afa96dadfe803e8a058/version.txt -------------------------------------------------------------------------------- /patches/606aa55c7d687518d34b/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/606aa55c7d687518d34b/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/606aa55c7d687518d34b/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/606aa55c7d687518d34b/trace-apis.diff -------------------------------------------------------------------------------- /patches/606aa55c7d687518d34b/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/606aa55c7d687518d34b/version.txt -------------------------------------------------------------------------------- /patches/613ff012cdbb0b7365da/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/613ff012cdbb0b7365da/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/613ff012cdbb0b7365da/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/613ff012cdbb0b7365da/trace-apis.diff -------------------------------------------------------------------------------- /patches/613ff012cdbb0b7365da/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/613ff012cdbb0b7365da/version.txt -------------------------------------------------------------------------------- /patches/670b6f192f4668d2ac2c/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/670b6f192f4668d2ac2c/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/670b6f192f4668d2ac2c/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/670b6f192f4668d2ac2c/trace-apis.diff -------------------------------------------------------------------------------- /patches/670b6f192f4668d2ac2c/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/670b6f192f4668d2ac2c/version.txt -------------------------------------------------------------------------------- /patches/6b4b19e9dfbb93aa414d/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6b4b19e9dfbb93aa414d/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/6b4b19e9dfbb93aa414d/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6b4b19e9dfbb93aa414d/trace-apis.diff -------------------------------------------------------------------------------- /patches/6b4b19e9dfbb93aa414d/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6b4b19e9dfbb93aa414d/version.txt -------------------------------------------------------------------------------- /patches/6e80b8a378765b0e699e/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6e80b8a378765b0e699e/trace-apis.diff -------------------------------------------------------------------------------- /patches/6e80b8a378765b0e699e/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6e80b8a378765b0e699e/version.txt -------------------------------------------------------------------------------- /patches/6ed732a34999a42d2520/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6ed732a34999a42d2520/trace-apis.diff -------------------------------------------------------------------------------- /patches/6ed732a34999a42d2520/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 76.0.3809.72 2 | Commit 6ed732a34999a42d25204f8f27ec370a684320e1 3 | -------------------------------------------------------------------------------- /patches/6f041b45cf25952a5892/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6f041b45cf25952a5892/trace-apis.diff -------------------------------------------------------------------------------- /patches/6f041b45cf25952a5892/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/6f041b45cf25952a5892/version.txt -------------------------------------------------------------------------------- /patches/7c3f8264460ced0a6028/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/7c3f8264460ced0a6028/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/7c3f8264460ced0a6028/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/7c3f8264460ced0a6028/version.txt -------------------------------------------------------------------------------- /patches/877e4fc9c2c55916e516/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/877e4fc9c2c55916e516/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/877e4fc9c2c55916e516/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/877e4fc9c2c55916e516/trace-apis.diff -------------------------------------------------------------------------------- /patches/877e4fc9c2c55916e516/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/877e4fc9c2c55916e516/version.txt -------------------------------------------------------------------------------- /patches/8e1a5127113793e25c81/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/8e1a5127113793e25c81/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/8e1a5127113793e25c81/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/8e1a5127113793e25c81/version.txt -------------------------------------------------------------------------------- /patches/9348a4469890703eb809/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/9348a4469890703eb809/trace-apis.diff -------------------------------------------------------------------------------- /patches/9348a4469890703eb809/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 79.0.3945.79 2 | Commit 9348a4469890703eb80993d7c641b1f5e5bbe22e 3 | -------------------------------------------------------------------------------- /patches/99a174b7b1d13e53dbb2/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/99a174b7b1d13e53dbb2/trace-apis.diff -------------------------------------------------------------------------------- /patches/99a174b7b1d13e53dbb2/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 72.0.3618.0 2 | Commit 99a174b7b1d13e53dbb2cd3aab84ba589c862d86 3 | -------------------------------------------------------------------------------- /patches/9f25ba24af2baaafedd629/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/9f25ba24af2baaafedd629/trace-apis.diff -------------------------------------------------------------------------------- /patches/9f25ba24af2baaafedd629/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/9f25ba24af2baaafedd629/version.txt -------------------------------------------------------------------------------- /patches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/README.md -------------------------------------------------------------------------------- /patches/a2d0cb026721e4644e48/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/a2d0cb026721e4644e48/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/a2d0cb026721e4644e48/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/a2d0cb026721e4644e48/trace-apis.diff -------------------------------------------------------------------------------- /patches/a2d0cb026721e4644e48/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 127.0.6533.88 2 | Commit a2d0cb026721e4644e489b8ebb07038ca4e4351c 3 | -------------------------------------------------------------------------------- /patches/b480b7f8aee9dedffaf9/busted-trace-native.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/b480b7f8aee9dedffaf9/busted-trace-native.diff -------------------------------------------------------------------------------- /patches/b480b7f8aee9dedffaf9/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/b480b7f8aee9dedffaf9/trace-apis.diff -------------------------------------------------------------------------------- /patches/b480b7f8aee9dedffaf9/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/b480b7f8aee9dedffaf9/version.txt -------------------------------------------------------------------------------- /patches/b5bf99e94492cd5d5fbd/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/b5bf99e94492cd5d5fbd/trace-apis.diff -------------------------------------------------------------------------------- /patches/b5bf99e94492cd5d5fbd/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/b5bf99e94492cd5d5fbd/version.txt -------------------------------------------------------------------------------- /patches/bb5258320e0aca193f0f/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/bb5258320e0aca193f0f/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/bb5258320e0aca193f0f/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/bb5258320e0aca193f0f/trace-apis.diff -------------------------------------------------------------------------------- /patches/bb5258320e0aca193f0f/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 114.0.5735.90 2 | Commit bb5258320e0aca193f0f9c0dcf2987b2a3c8f551 -------------------------------------------------------------------------------- /patches/bf64d045d4e8a662b7c3/trace-apis-object.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/bf64d045d4e8a662b7c3/trace-apis-object.diff -------------------------------------------------------------------------------- /patches/bf64d045d4e8a662b7c3/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/bf64d045d4e8a662b7c3/trace-apis.diff -------------------------------------------------------------------------------- /patches/bf64d045d4e8a662b7c3/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/bf64d045d4e8a662b7c3/version.txt -------------------------------------------------------------------------------- /patches/c2bec8045f7ad3ece1c5/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/c2bec8045f7ad3ece1c5/trace-apis.diff -------------------------------------------------------------------------------- /patches/c2bec8045f7ad3ece1c5/version.txt: -------------------------------------------------------------------------------- 1 | Chrome 71.0.3578.98 2 | Commit c2bec8045f7ad3ece1c5d80236183a21c1fac3f5 3 | -------------------------------------------------------------------------------- /patches/cd0e5b0bca78ffe85d56/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/cd0e5b0bca78ffe85d56/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/cd0e5b0bca78ffe85d56/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/cd0e5b0bca78ffe85d56/trace-apis.diff -------------------------------------------------------------------------------- /patches/cd0e5b0bca78ffe85d56/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/cd0e5b0bca78ffe85d56/version.txt -------------------------------------------------------------------------------- /patches/cd118ea2617894ca338a/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/cd118ea2617894ca338a/trace-apis.diff -------------------------------------------------------------------------------- /patches/cd118ea2617894ca338a/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/cd118ea2617894ca338a/version.txt -------------------------------------------------------------------------------- /patches/daa4f9357139c7e0c4bb/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/daa4f9357139c7e0c4bb/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/daa4f9357139c7e0c4bb/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/daa4f9357139c7e0c4bb/trace-apis.diff -------------------------------------------------------------------------------- /patches/daa4f9357139c7e0c4bb/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/daa4f9357139c7e0c4bb/version.txt -------------------------------------------------------------------------------- /patches/dce3cf294844dc54ae55/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dce3cf294844dc54ae55/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/dce3cf294844dc54ae55/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dce3cf294844dc54ae55/trace-apis.diff -------------------------------------------------------------------------------- /patches/dce3cf294844dc54ae55/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dce3cf294844dc54ae55/version.txt -------------------------------------------------------------------------------- /patches/dcf70609ee5e7c90b9d4/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dcf70609ee5e7c90b9d4/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/dcf70609ee5e7c90b9d4/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dcf70609ee5e7c90b9d4/trace-apis.diff -------------------------------------------------------------------------------- /patches/dcf70609ee5e7c90b9d4/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/dcf70609ee5e7c90b9d4/version.txt -------------------------------------------------------------------------------- /patches/ea6ef4c2ac15ae95d2cf/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/ea6ef4c2ac15ae95d2cf/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/ea6ef4c2ac15ae95d2cf/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/ea6ef4c2ac15ae95d2cf/trace-apis.diff -------------------------------------------------------------------------------- /patches/ea6ef4c2ac15ae95d2cf/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/ea6ef4c2ac15ae95d2cf/version.txt -------------------------------------------------------------------------------- /patches/f079b9bc781e3c2adb14/chrome-sandbox.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/f079b9bc781e3c2adb14/chrome-sandbox.diff -------------------------------------------------------------------------------- /patches/f079b9bc781e3c2adb14/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/f079b9bc781e3c2adb14/trace-apis.diff -------------------------------------------------------------------------------- /patches/f079b9bc781e3c2adb14/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/f079b9bc781e3c2adb14/version.txt -------------------------------------------------------------------------------- /patches/faf34a95a93ff46eb360/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/faf34a95a93ff46eb360/trace-apis.diff -------------------------------------------------------------------------------- /patches/faf34a95a93ff46eb360/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/faf34a95a93ff46eb360/version.txt -------------------------------------------------------------------------------- /patches/ff70b961e190bd36db35/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/ff70b961e190bd36db35/trace-apis.diff -------------------------------------------------------------------------------- /patches/ff70b961e190bd36db35/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/ff70b961e190bd36db35/version.txt -------------------------------------------------------------------------------- /patches/snap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/snap.sh -------------------------------------------------------------------------------- /patches/trace-apis.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/trace-apis.diff -------------------------------------------------------------------------------- /patches/vgrep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/patches/vgrep.sh -------------------------------------------------------------------------------- /post-processor/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/.gitignore -------------------------------------------------------------------------------- /post-processor/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/Makefile -------------------------------------------------------------------------------- /post-processor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/README.md -------------------------------------------------------------------------------- /post-processor/adblock/adblock-oracle-rs/.gitignore: -------------------------------------------------------------------------------- 1 | target/ -------------------------------------------------------------------------------- /post-processor/adblock/adblock-oracle-rs/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/adblock/adblock-oracle-rs/Cargo.lock -------------------------------------------------------------------------------- /post-processor/adblock/adblock-oracle-rs/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/adblock/adblock-oracle-rs/Cargo.toml -------------------------------------------------------------------------------- /post-processor/adblock/adblock-oracle-rs/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/adblock/adblock-oracle-rs/src/main.rs -------------------------------------------------------------------------------- /post-processor/adblock/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/adblock/main.go -------------------------------------------------------------------------------- /post-processor/build/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/.gitignore -------------------------------------------------------------------------------- /post-processor/build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/Dockerfile -------------------------------------------------------------------------------- /post-processor/build/agg_entity_hashmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/agg_entity_hashmap.py -------------------------------------------------------------------------------- /post-processor/build/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/docker.sh -------------------------------------------------------------------------------- /post-processor/build/entity_hashmap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/entity_hashmap.sh -------------------------------------------------------------------------------- /post-processor/build/fetch_easy_privacy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/fetch_easy_privacy.sh -------------------------------------------------------------------------------- /post-processor/build/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/build/publish.sh -------------------------------------------------------------------------------- /post-processor/callargs/callargs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/callargs/callargs.go -------------------------------------------------------------------------------- /post-processor/causality/causality.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/causality/causality.go -------------------------------------------------------------------------------- /post-processor/causality/postgresql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/causality/postgresql.sql -------------------------------------------------------------------------------- /post-processor/core/annotate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/annotate.go -------------------------------------------------------------------------------- /post-processor/core/core.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/core.go -------------------------------------------------------------------------------- /post-processor/core/idldata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/idldata.go -------------------------------------------------------------------------------- /post-processor/core/mongoz.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/mongoz.go -------------------------------------------------------------------------------- /post-processor/core/output.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/output.go -------------------------------------------------------------------------------- /post-processor/core/postgres.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/postgres.go -------------------------------------------------------------------------------- /post-processor/core/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/types.go -------------------------------------------------------------------------------- /post-processor/core/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/core/utils.go -------------------------------------------------------------------------------- /post-processor/elements/elements.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/elements/elements.go -------------------------------------------------------------------------------- /post-processor/features/features.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/features/features.go -------------------------------------------------------------------------------- /post-processor/features/postgres_schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/features/postgres_schema.sql -------------------------------------------------------------------------------- /post-processor/flow/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/flow/main.go -------------------------------------------------------------------------------- /post-processor/fptp/load_emap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/fptp/load_emap.go -------------------------------------------------------------------------------- /post-processor/fptp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/fptp/main.go -------------------------------------------------------------------------------- /post-processor/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/go.mod -------------------------------------------------------------------------------- /post-processor/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/go.sum -------------------------------------------------------------------------------- /post-processor/idl_apis/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/idl_apis/main.go -------------------------------------------------------------------------------- /post-processor/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/main.go -------------------------------------------------------------------------------- /post-processor/mega/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/mega/main.go -------------------------------------------------------------------------------- /post-processor/mega/postgresql.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/mega/postgresql.go -------------------------------------------------------------------------------- /post-processor/micro/ufeatures.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/micro/ufeatures.go -------------------------------------------------------------------------------- /post-processor/postgres_schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/postgres_schema.sql -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/.gitignore: -------------------------------------------------------------------------------- 1 | vv8*.log -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/Dockerfile -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/get-logs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/get-logs.sh -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/run.sh -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/b.js -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/causality.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/causality.html -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/fpscanner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/fpscanner.js -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/hello.js -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/i.html -------------------------------------------------------------------------------- /post-processor/tests/tests-artifacts/vv8-test/manual-redir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/post-processor/tests/tests-artifacts/vv8-test/manual-redir.html -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/logs/.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | *.pyc 3 | -------------------------------------------------------------------------------- /tests/logs/entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/entry.sh -------------------------------------------------------------------------------- /tests/logs/relabel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/relabel.py -------------------------------------------------------------------------------- /tests/logs/src/binder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/binder.js -------------------------------------------------------------------------------- /tests/logs/src/colons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/colons.js -------------------------------------------------------------------------------- /tests/logs/src/escapes.js: -------------------------------------------------------------------------------- 1 | print("whatever\nman. Check this out! \u00e9 \uff97"); 2 | 3 | -------------------------------------------------------------------------------- /tests/logs/src/evil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/evil.js -------------------------------------------------------------------------------- /tests/logs/src/fred.txt: -------------------------------------------------------------------------------- 1 | FRED! -------------------------------------------------------------------------------- /tests/logs/src/funobj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/funobj.js -------------------------------------------------------------------------------- /tests/logs/src/objobj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/objobj.js -------------------------------------------------------------------------------- /tests/logs/src/pi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/pi.js -------------------------------------------------------------------------------- /tests/logs/src/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/src/props.js -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/binder.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/binder.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/colons.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/colons.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/escapes.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/escapes.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/evil.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/evil.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/funobj.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/funobj.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/obj_func.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/obj_func.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/objobj.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/objobj.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/pi.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/pi.log -------------------------------------------------------------------------------- /tests/logs/trace-apis-obj/props.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis-obj/props.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/binder.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/binder.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/colons.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/colons.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/escapes.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/escapes.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/evil.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/evil.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/funobj.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/funobj.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/objobj.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/objobj.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/pi.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/pi.log -------------------------------------------------------------------------------- /tests/logs/trace-apis/props.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/trace-apis/props.log -------------------------------------------------------------------------------- /tests/logs/vlp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/logs/vlp.py -------------------------------------------------------------------------------- /tests/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/run.sh -------------------------------------------------------------------------------- /tests/src/binder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/binder.js -------------------------------------------------------------------------------- /tests/src/colons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/colons.js -------------------------------------------------------------------------------- /tests/src/escapes.js: -------------------------------------------------------------------------------- 1 | print("whatever\nman. Check this out! \u00e9 \uff97"); 2 | 3 | -------------------------------------------------------------------------------- /tests/src/evil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/evil.js -------------------------------------------------------------------------------- /tests/src/fred.txt: -------------------------------------------------------------------------------- 1 | FRED! -------------------------------------------------------------------------------- /tests/src/funobj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/funobj.js -------------------------------------------------------------------------------- /tests/src/obj_func.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/obj_func.js -------------------------------------------------------------------------------- /tests/src/objobj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/objobj.js -------------------------------------------------------------------------------- /tests/src/pi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/pi.js -------------------------------------------------------------------------------- /tests/src/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wspr-ncsu/visiblev8/HEAD/tests/src/props.js --------------------------------------------------------------------------------