angr / pyvex

Python bindings for Valgrind's VEX IR.
BSD 2-Clause "Simplified" License
343 stars 116 forks source link

Pin bitstring to <4.2.0 #387

Closed twizmwazin closed 7 months ago

twizmwazin commented 7 months ago

Last night, bitstring was updated and broke some of our tests. This pins the version to the last working version, and I'll open another PR unpinning it so that this isn't permanent.