crytic / ethersplay

EVM dissassembler
GNU Affero General Public License v3.0
834 stars 116 forks source link

Fix SettingsScope imported from binaryninja #50

Closed t4sk closed 3 years ago

t4sk commented 4 years ago

SettingsScope.SettingsContextScope is used in evm.py line 443

This setting is no longer available in binaryninja api

This commit updates the SettingsScope to use SettingsResourceScope

Fixes https://github.com/crytic/ethersplay/issues/49

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

ekilmer commented 3 years ago

Thank you for the contribution!