JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.49k stars 533 forks source link

Check if PYTHON_SITE_PACKAGES is defined #1208

Closed 0poss closed 1 year ago

0poss commented 1 year ago

Let the user set a custom PYTHON_SITE_PACKAGES instead of distutils.sysconfig.get_python_libs().

0poss commented 1 year ago

I messed up Fixing this, making it cleaner and adding the same change to libtriton

JonathanSalwan commented 1 year ago

According to 65c9a6e, I think you have to rebase so that you get up-to-date with the current master version.

0poss commented 1 year ago

Too much of a mess, closing and reopening a cleaner one I'm new to this, apologies

JonathanSalwan commented 1 year ago

Hehe np :D