nevillegrech / gigahorse-toolchain

A binary lifter and analysis framework for Ethereum smart contracts
Other
296 stars 61 forks source link

Update gigahorse.py #9

Closed darkn0mad closed 3 years ago

darkn0mad commented 3 years ago

"""Bugfix for one core systems.""" Otherwise, for one core systems int(cpu_count()) = 0 instead of 1.

iliastsa commented 3 years ago

LGTM! Does this fix the linked issue?

darkn0mad commented 3 years ago

Yes.

iliastsa commented 3 years ago

Thanks for the PR! :)