Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 373 Bytes

bignumber.js.md

File metadata and controls

18 lines (13 loc) · 373 Bytes

bignumber.js

Library compilation

Run the steps for building libfuzzer-js first.

git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
export BIGNUMBER_JS_PATH=$(realpath bignumber.js/bignumber.js)
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BIGNUMBER_JS"

Module compilation

cd cryptofuzz/modules/bignumber.js/
make