diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-05 18:11:02 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-05 18:11:02 +0000 |
commit | 42a6aea4c06b2e03f489ee1d9419da5e8386792f (patch) | |
tree | 1b336e251c8c29c45efffeaaf4fb668ab09aa71b /README.md | |
parent | updateds (diff) | |
download | mutator-42a6aea4c06b2e03f489ee1d9419da5e8386792f.tar.gz mutator-42a6aea4c06b2e03f489ee1d9419da5e8386792f.zip |
now you can run load.py from bruiser.
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -84,6 +84,13 @@ make install ``` +mutator is also being hosted using [IPFS](https://github.com/ipfs/ipfs). To get it from IPFS just run:<br/> +```bash + +git clone https://ipfs.io/ipfs/QmdBBG76K5rNSWB4iK4ZhTtiZAkSsyDpiWzcPsPfnHY2ZA/mutator + +``` + If you don't have them, you can build them or get them from a repo.<br/> To build LLVM/Clang from source take a look at [here](https://clang.llvm.org/get_started.html) and [here](http://llvm.org/docs/GettingStarted.html).<br/> To build `safercpp-arr` you to need to build Clang with RTTI enabled.<br/> @@ -373,4 +380,5 @@ If the company/organization you represent wants to sponsor mutator, let me know. ### Contact You can email me at thabogre@gmail.com, there is also the twitter account for the mutator project, @xashmith and there is the mutator maillist, mutator-repost@freelists.org. You need to be a member though to be able to send mail on the maillist. The maillist is moderated.<br/> + <a href="https://twitter.com/xashmith" class="twitter-follow-button" data-show-count="false">Follow @xashmith</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> |