Installation
NodeJs
If you haven't installed NodeJS yet, run the following commands
# Install nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash# Install latest node nvm install node
Run sample testcase
Clone aflsol and run sample testcases
git clone https://github.com/duytai/aflsol.gitcd aflsolnpm installnpm run test