Skip to content

Commit

Permalink
add a few badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed Dec 15, 2023
1 parent cfe3952 commit 01ba37a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Patcherex 2

[![Latest Release](https://img.shields.io/pypi/v/patcherex2.svg)](https://pypi.python.org/pypi/patcherex2/)
[![PyPI Statistics](https://img.shields.io/pypi/dm/patcherex2.svg)](https://pypistats.org/packages/patcherex2)
[![Python Version](https://img.shields.io/pypi/pyversions/patcherex2)](https://pypi.python.org/pypi/patcherex2/)
[![Test](https://img.shields.io/github/actions/workflow/status/purseclab/patcherex2/test.yml?label=test
)](https://github.com/purseclab/Patcherex2/actions/workflows/test.yml)
[![License](https://img.shields.io/github/license/purseclab/patcherex2.svg)](https://github.com/purseclab/Patcherex2/blob/main/LICENSE)


Patcherex 2 is a rewritten adaptation of the original [Patcherex](https://github.com/angr/patcherex) project, aimed at building upon its core ideas and extending its capabilities.

## Installation
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "patcherex2"
version = "0.0.0"
requires-python = ">=3.8"
readme = "README.md"
dependencies = [
"angr",
Expand Down

0 comments on commit 01ba37a

Please sign in to comment.