Skip to content

Commit

Permalink
Bumped version number of cozy, added screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
calebh committed Feb 29, 2024
1 parent 918d71d commit daa51cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ made by a micropatch, specifically to registers, memory and stdout/stderr. The f
has the ability to dump diff information in both a textual human-readable report and
via a browser based rich user interface.

![Screenshot](screenshots/cozy-viz-1.png)

## Install

cozy is now available as a Python package on PyPI under the name `cozy-re`. Install with pip via the following command:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cozy-re"
version = "1.1"
version = "1.2"
authors = [
{ name="Caleb Helbling", email="chelbling@draper.com" },
{ name="Graham Leach-Krouse", email="gleach-krouse@draper.com"},
Expand Down
Binary file added screenshots/cozy-viz-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cozy-re',
version='1.0.3',
version='1.2',
description='Python tool for comparing binaries via symbolic execution utilizing the angr framework.',
long_description=long_description,
author='Caleb Helbling',
Expand Down

0 comments on commit daa51cc

Please sign in to comment.