You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make CFG's init method pure, so that it's only storing the bytecode. Additionally, create @classmethod factory methods to generate a new CFG object from hex or bytes.
The text was updated successfully, but these errors were encountered:
Make CFG's init method pure, so that it's only storing the bytecode. Additionally, create
@classmethod
factory methods to generate a newCFG
object from hex or bytes.The text was updated successfully, but these errors were encountered: