angr_ctf icon indicating copy to clipboard operation
angr_ctf copied to clipboard

Make code python 3 compatible

Open tyilo opened this issue 5 years ago • 2 comments

angr 8.0 has dropped python 2 support, so this should probably be updated accordingly.

tyilo avatar Aug 11 '19 15:08 tyilo

i have tried to build this program using python Python 3.6.9 in virtul machine ubuntu 18 x64 , but still got some tiny problems on C code files like "error: invalid suffix "b" on integer constant" and "char buffer[8];\n char padding1['18b'];". However ,it does worked ,and output some elf files in "dist" directiry and some python files named like "scaffold00" .(This is my first time building this program , i change some code in it to fit python3)

BlueSolarSystem avatar Aug 03 '20 02:08 BlueSolarSystem

I set up a repository, there are Python3 and Ubuntu20.04 script

ZERO-A-ONE avatar Aug 12 '20 03:08 ZERO-A-ONE