Skip to content

aronszanto/wasm-taint-tracking

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

webAssemblyTaintTracking

Setup:

npm install

Running:

To run a .wasm file do the following:

node run.js myfile.wasm function_name [parameters]

For example:

node run.js tests.wasm test3 10 11

A simple compiler for C/C++ to wasm can be found at https://mbebenita.github.io/WasmExplorer/

Testing:

Optimized code:

node test.js

Unoptimized code:

node tests.js -u

About

JavaScript virtual machine for WebAssembly and Taint Tracking security tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published