Skip to content

Releases: panda-re/panda

refs/tags/v2.2.7-dev

22 May 04:19
Compare
Choose a tag to compare

v1.8.26

21 May 00:40
Compare
Choose a tag to compare
add support for arm64

v1.8.25

10 May 16:26
Compare
Choose a tag to compare
handle none return case for ppp

v1.8.24

29 Apr 16:46
Compare
Choose a tag to compare
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

08 Apr 20:09
Compare
Choose a tag to compare
fixup versions

v1.8.22

08 Apr 13:13
Compare
Choose a tag to compare
add readme

v1.8.21

05 Apr 19:08
4311d5b
Compare
Choose a tag to compare
fix versioning (#1491)

v1.8.20

04 Apr 20:57
Compare
Choose a tag to compare
add back .git folder to dockerfile build stage

v1.8.19

03 Apr 02:29
1d0069e
Compare
Choose a tag to compare
PyPANDA versioning (#1489)

* add pypanda versioning

* cleanup

* not quite right

* Add fallback version

v1.8.18

02 Apr 23:40
7b2aed3
Compare
Choose a tag to compare
add back colorama (#1488)