Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Feb 13, 2025
1 parent 48beb62 commit 1c99187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Multiple solutions are allowed for a single symbolic expression
- Aliasing works much better for symbolic and concrete addresses
- Constant propagation for symbolic values
- Allow EXTCODESIZE to be abstracted to a symbolic value.
- Allow CALL to be extracted in case `--promise-no-reent` is given, promising
no reentrancy of contracts. This may skip over reentrancy vulnerabilities
but allows much more thorough exploration of the contract

## Fixed
- We now try to simplify expressions fully before trying to cast them to a concrete value
Expand Down

0 comments on commit 1c99187

Please sign in to comment.