This is the new website of the BINSEC tool.
It is now automatically generated by the Jekyll static website generator.
- Install Jekyll (see Installation instructions).
- Write a new post under the
_posts
directory. - Check by running
jekyll serve &
(orbundle exec jekyll build
if you have Bundler installed), and pointing your browser tolocalhost:4000
:$BROWSER localhost:4000
Check that your post appears and looks like you intended. If not, go back to the previous step.
- Commit once you’re satisfied by adding and pushing your post to the git repository.