Skip to content

Commit

Permalink
README, CHANGELOG: prepare bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 20, 2024
1 parent 378cda7 commit 7c38e88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7c38e88

Please sign in to comment.