Boyan-MILANOV / ropium

ROPium is a tool that helps you building ROP exploits by finding and chaining gadgets together
382 stars 41 forks source link

Don't think hardcode CC environment is a good idea #17

Closed Kyle-Kyle closed 5 years ago

Kyle-Kyle commented 5 years ago

there is such a line in setup.py: os.environ['CC'] = 'clang'. I didn't have clang installed. So I spent several minutes to debug it.

Boyan-MILANOV commented 5 years ago

Hey, indeed, I put the line there some time ago to debug compilation errors with clang and forgot to remove it. Fixing now.