Skip to content

Releases: panda-re/panda

v1.8.37

08 Aug 17:22
de4e69e
Compare
Choose a tag to compare
Fix the time-trevel feature (panda/docs/time-travel.md) by cleaning g…

v1.8.36

07 Aug 20:17
c74f69f
Compare
Choose a tag to compare
rollback upload-artifact (#1519)

v1.8.35

02 Aug 16:08
ed5c2f1
Compare
Choose a tag to compare
CI hotfix: on.workflow_run invalid

CI was triggering an error: "Invalid workflow file: .github/workflows/publish_docker.yml#L1
`on.workflow_run` does not reference any workflows."

v1.8.34

11 Jul 03:36
Compare
Choose a tag to compare
Added new functionality to filereadmon plugin

- Added 64 bit support for windows
- Added Linux support for 32 and 64 bit
- Added pread system calls for Linux OS

v1.8.33

03 Jul 18:19
Compare
Choose a tag to compare
fix pdocs

v1.8.32

24 Jun 15:53
Compare
Choose a tag to compare
Remove colons from filename.

This allows the panda repo to be cloned on windows.

v1.8.31

13 Jun 23:28
Compare
Choose a tag to compare
PyPanda: fix exception handling in _run_and_catch

Previously after an exception had been raised we would return None in all callbacks and trigger additional type errors.

v1.8.30

10 Jun 19:39
Compare
Choose a tag to compare
add docs

v1.8.29

05 Jun 05:33
Compare
Choose a tag to compare
Callwitharg: fix argument parsing for aarch64

v1.8.28

03 Jun 22:03
Compare
Choose a tag to compare
callstack_instr: support aarch64.

If capstone versions is between 4 and 5 use a fallback method, otherwise
use the provided groups as normal.