mirror of https://github.com/pwndbg/pwndbg.git
Use "pip" versions of Capstone and Unicorn (#176)
* Use Pip version of Unicorn * Remove capstone submodule * Allow installation to the user site-packages for Darwin, since SIP prevents installation to the system site-packages * Add helper functions and fix Python calls * Remove duplicated code (rebase issues?)pull/172/merge
parent
edf4737c91
commit
8ee0208cb7
@ -1,8 +0,0 @@
|
||||
[submodule "capstone"]
|
||||
path = capstone
|
||||
url = https://github.com/aquynh/capstone
|
||||
branch = next
|
||||
[submodule "unicorn"]
|
||||
path = unicorn
|
||||
url = https://github.com/unicorn-engine/unicorn
|
||||
branch = master
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 9edf92cccd0bb0b77d19587015b9eaba2833d73c
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 37bf1a9de9e6469c003fc942dd7dc7324edbc275
|
||||
Loading…
Reference in new issue