angr / angr-management

The official angr GUI.
https://docs.angr.io/projects/angr-management/en/latest/
BSD 2-Clause "Simplified" License
911 stars 111 forks source link

Update angr-management.spec to support library changes in pyzmq #1313

Closed twizmwazin closed 3 months ago

twizmwazin commented 3 months ago

The pyzmq.libs directory only exists on linux now. I also explicitly added the cffi backends to make sure those are included, but I'm not sure if this is strictly necessary (I think if we don't it may fall back to a select() backend, or its possible but unlikely that pyinstaller's heuristics do manage to find the library in the first place).