Skip to content

Commit

Permalink
MachO Universal binary support
Browse files Browse the repository at this point in the history
  • Loading branch information
sashs committed Oct 4, 2019
1 parent 3257c96 commit 09b81e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Contributers:
- Matthias Ganz (--cfg-only option)
- Lorenzo Santina (bgufixes)
- Andrey Konovalov
- Robert Sesek (MachO Fat binary support)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
capstone==4.0.1
filebytes==0.9.21
filebytes==0.10.0
keystone-engine==0.9.1.post3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


version = '1.12.5'
version = '1.13.0'
package_name = "ropper"
package_dir = "ropper"
package_description = """Show information about files in different file formats and find gadgets to build rop chains for different architectures.
Expand All @@ -13,7 +13,7 @@
if p.startswith('ropper'):
valid_packages.append(p)

install_requires = ['filebytes>=0.9.18']
install_requires = ['filebytes>=0.10.0']
try:
import capstone
if capstone.cs_version()[0] < 3:
Expand Down

0 comments on commit 09b81e0

Please sign in to comment.