Update for compatibility with Python 3.12 and Radare 6.0.2

Tested with the following workflows:
vtable diff
deep trace -> vtable alignment
This commit is contained in:
Flawed
2025-09-01 23:19:49 -07:00
parent 1761155281
commit acccb1cc7d
6 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ binary.
## Prerequisites
1. Ensure you have python >= 3.7 installed.
1. Ensure you have python == 3.12 installed.
1. Set up a python venv:
```sh