I am trying to use angr, a binary analysis toolkit for Python. I realized that I need a binary file to be able to load the project and start working on it.
How can I convert a python script or c++ program to a binary file? Is there a way achieve this?
Note: I believe the binary file is different than .exe file as I already tried pycompile which created .exe file.