Skip to content

Commit

Permalink
Merge pull request #87 from commial/release_v0.2
Browse files Browse the repository at this point in the history
Release v0.2
  • Loading branch information
serpilliere authored Feb 13, 2019
2 parents a600f4a + 2257f8f commit 6762a80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file is part of Sibyl.

Copyright 2014 - 2017 [Camille MOUGEY](mailto:[email protected])
Copyright 2014 - 2019 [Camille MOUGEY](mailto:[email protected])


Sibyl
Expand Down Expand Up @@ -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
------------
Expand Down
20 changes: 20 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6762a80

Please sign in to comment.