Skip to content

Commit

Permalink
FIX: exclude the latest capstone as this is an alpha and it breaks RO…
Browse files Browse the repository at this point in the history
…Pgadget

Signed-off-by: pmondon <[email protected]>
  • Loading branch information
pmondon committed Oct 22, 2024
1 parent f28d3eb commit 7be87c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"mako>=1.0.0",
"pyelftools>=0.29, <0.30; python_version < '3'",
"pyelftools>=0.29; python_version >= '3'",
"capstone>=3.0.5rc2", # see Gallopsled/pwntools#971, Gallopsled/pwntools#1160
"capstone>=3.0.5rc2, !=6.0.0a1", # see Gallopsled/pwntools#971, Gallopsled/pwntools#1160
"ropgadget>=5.3",
"pyserial>=2.7",
"requests>=2.0",
Expand Down

0 comments on commit 7be87c5

Please sign in to comment.