From 2257f8fec7f6ff0d470c18ffa20a48d8f8c4c063 Mon Sep 17 00:00:00 2001 From: Ajax Date: Wed, 13 Feb 2019 15:59:14 +0100 Subject: [PATCH] Release v0.2 --- README.md | 4 ++-- doc/CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5ade7..3fceb25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This file is part of Sibyl. -Copyright 2014 - 2017 [Camille MOUGEY](mailto:camille.mougey@cea.fr) +Copyright 2014 - 2019 [Camille MOUGEY](mailto:camille.mougey@cea.fr) Sibyl @@ -148,7 +148,7 @@ A more detailed documentation is available in `doc`: * [Adding a new signature](doc/ADD_TEST.md) * [Adding a new ABI](doc/ADD_ABI.md) -Current version is v0.1. See [changelog](doc/CHANGELOG.md) for more details. +Current version is v0.2. See [changelog](doc/CHANGELOG.md) for more details. Installation ------------ diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c912216..ee7056c 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,6 +1,26 @@ Changelog --------- +### Version 0.2 + +* Land the new learning module (initial version from [@graux-pierre](https://github.com/graux-pierre)) +* Add documentation on how-to-learn a function, associated principle and limits +* Mine function address from IDA in sibyl func +* Support multiple strategy for trace pruning +* Add support for API stubbing +* Radare2 find script from [@m-1-k-3](https://github.com/m-1-k-3) +* Toshiba MeP support from [@guedou](https://github.com/guedou) + +Minors : + +* Various fixes from [@serpilliere](https://github.com/serpilliere) +* Reflect API changes for Miasm v0.1.1 +* Add configuration associated with PIN (PIN_ROOT + tracer path) +* Add regression tests for the learning module +* Support expanduser in config +* Restrict `bzero` implementation to avoid false positive +* Adds support for function returning a non-allocated pointer + ### Version 0.1 This is the initial release, including: