Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 397 Bytes

NV-Crack

A quick way to get the v8 / Node.js version of a v8-bytecode file

Running demo site

🛠️ Building

wasm-pack build --target web

📖 Credits

  • v8 for providing the initial C++ implementation of the hash function.
  • Rph for assisting with template expansion