Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Oct 27, 2023
1 parent 0ddace7 commit 4006ee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Binary Refinery Changelog

## Version 0.6.16
- The path formatting feature has been isolated in the `xthtml` and `xtxml` units.
- The `vstack` unit no longer extracts byte patches that consist exclusively of zero bytes because these were common false positives.

## Version 0.6.15
- The `vstack` unit has received further improvements. CPU register initialization now works via meta variables instead of shell environment variables, more options have been added, and new heuristics: Values written to the stack that represent addresses into any mapped segment are now ignored by default.
- This release adds the "shell like" interface; by importing units from `refinery.shell`, they can be instantiated in Python by using string arguments that are interpreted as if the corresponding unit was being assembled from a shell command line.
Expand Down
2 changes: 1 addition & 1 deletion refinery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
4. `refinery.units`: writing custom units, add command-line arguments, and how to use refinery
units within Python code.
"""
__version__ = '0.6.15'
__version__ = '0.6.16'
__distribution__ = 'binary-refinery'

from typing import Dict, List, Optional, Type
Expand Down

0 comments on commit 4006ee3

Please sign in to comment.