Releases: panda-re/panda
Releases · panda-re/panda
v1.8.27
add support for arm64
v1.8.26
add support for arm64
v1.8.25
handle none return case for ppp
v1.8.24
targetcmp: remove queue The queue is intended to avoid rereading guest pointers, but it assumes that the same pointer always has the same data, which isn't always true. For example, a program can compare a target string to a buffer, then change the contents of the buffer and compare again, and the queue will prevent targetcmp from tracking the second comparison.
v1.8.23
fixup versions
v1.8.22
add readme
v1.8.21
fix versioning (#1491)
v1.8.20
add back .git folder to dockerfile build stage
v1.8.19
PyPANDA versioning (#1489) * add pypanda versioning * cleanup * not quite right * Add fallback version
v1.8.18
add back colorama (#1488)