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
Analyzed Ethereum bytecode by disassembling it into individual instructions and visualizing these instructions to gain insights into smart contract behavior. The project involved bytecode disassembly, instruction extraction, and visualization using Python libraries such as evmdasm, Pandas, and PIL (Python Imaging Library).