Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 29, 2023
1 parent 3b66506 commit 3e3f202
Show file tree
Hide file tree
Showing 3 changed files with 14,914 additions and 5,964 deletions.
13 changes: 4 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@

Pylibemu |travis badge| |landscape badge| |downloads badge| |version badge|
Pylibemu |version badge| |downloads badge|
============================================================================

.. |travis badge| image:: https://img.shields.io/travis/buffer/pylibemu/master.svg
:target: https://travis-ci.org/buffer/pylibemu
.. |landscape badge| image:: https://landscape.io/github/buffer/pylibemu/master/landscape.png
:target: https://landscape.io/github/buffer/pylibemu/master
:alt: Code Health
.. |downloads badge| image:: https://img.shields.io/pypi/dm/pylibemu.svg
:target: https://pypi.python.org/pypi/pylibemu/
.. |version badge| image:: https://img.shields.io/pypi/v/pylibemu.svg
:target: https://pypi.python.org/pypi/pylibemu/
.. |downloads badge| image:: https://img.shields.io/pypi/dm/pylibemu.svg
:target: https://pypi.python.org/pypi/pylibemu/

Pylibemu is a wrapper for the Libemu library (https://github.com/buffer/libemu).

Expand Down Expand Up @@ -202,6 +197,6 @@ method and subsequently run the shellcode emulation test again as shown above.
License information
===================

Copyright (C) 2011-2022 Angelo Dell'Aera <buffer@antifork.org>
Copyright (C) 2011-2023 Angelo Dell'Aera <buffer@antifork.org>

License: GNU General Public License, version 2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup(
name = "pylibemu",
packages = [],
version = "0.8",
version = "1.0",
description = "Libemu Python wrapper",
url = "https://github.com/buffer/pylibemu",
author = "Angelo Dell'Aera",
Expand Down
Loading

0 comments on commit 3e3f202

Please sign in to comment.