diff --git a/CHANGELOG.md b/CHANGELOG.md index 84acf35..518761f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.4.3—Resolution Strategies + +### Features +File system parser: + +* Add duplicate import resolution strategies: the user can now choose between three strategies (`--ignore`, `--arbitrary`, `--interactive`). +* Add customization into the resulting graph (NumbatUI features, which is currently under active development). +* Rework internal mapper architecture. + +### Fixes +File system parser: + +- Fix the path resolution issues when firmware path contains `..` + +**Full Changelog**: [https://github.com/quarkslab/pyrrha/compare/v0.4.2...v0.4.3](https://github.com/quarkslab/pyrrha/compare/v0.4.2...v0.4.3) + + ## v0.4.2—Documentation This version introduces a brand new documentation and some uniformization to help future mapper development. diff --git a/README.md b/README.md index 71e00ae..3874fcf 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,11 @@ The detailed documentation of each mapper is available in the [documentation](ht Pyrrha has been presented at two conferences listed below. These talks include live demo of the `fs` parser which map links between libraries and executables files. -- [Pyrrha: navigate easily into your system binaries, *Hack.lu'23*. [[slides]](https://github.com/quarkslab/conf-presentations/blob/master/Confs/HackLu23/pyrrha.pdf) [[video]](https://www.youtube.com/watch?v=-dMl-SvQl4k) +- Pyrrha: navigate easily into your system binaries, *Hack.lu'23*. [[slides]](https://github.com/quarkslab/conf-presentations/blob/master/Confs/HackLu23/pyrrha.pdf) [[video]](https://www.youtube.com/watch?v=-dMl-SvQl4k) - Map your Firmware!, *PTS'23*. [[slides]](https://github.com/quarkslab/conf-presentations/blob/master/Confs/PTS23/PTS2023-Talk-14-Pyrrha-map-your-firmware.pdf) [[video]](https://passthesalt.ubicast.tv/videos/2023-map-your-firmware/) ## Authors - Eloïse Brocas (@ebrocas), Quarkslab + +### Past Contributors +- Pascal Wu (@pwu42), during his internship at Quarkslab \ No newline at end of file