elf_diff
elf_diff copied to clipboard
fix: remove distutils for python >=3.12
Distutils was removed in python 3.12:
https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils
Replace with setuptools embedded version.