Skip to content

Commit

Permalink
CHANGES: PcodeExtractor Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Obst committed Oct 30, 2024
1 parent a2ac3a9 commit bf62f7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
0.10-dev
===

- Rewrite of the PcodeExtractor Ghidra plugin (PR #472)
- Rewrite of the internal Pcode to IR conversion (PR #472)
- Introduction of a dedicated intraprocedural CFG type (PR #472)
- Introduction of a call graph type (PR #472)
- Reduced memory usage of the dead variable elimination pass (PR #472)
- Reduced runtime of the input expression propagation pass (PR #472)
- Addition of benchmarks for additional architectures (PR #472)
- Support for additional architectures due to Ghidra update (PR #472)
- Feature to run acceptance tests inside the Docker container (PR #472)
- Introduce `--cfg-stats` flag (PR #472)

0.9 (2024-08)
===

Expand Down

0 comments on commit bf62f7e

Please sign in to comment.