angr / pyvex

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

Change OSSFuzz Pip #358

Closed capuanob closed 1 year ago

capuanob commented 1 year ago

On the OSS-Fuzz side, I am working to upgrade to python3.9 over the python that comes with the docker (python3.8.3) to satisfy the requirements conflict preventing the fuzz builds from succeeding. This addresses the issue by specifying the specific pip to use.