smlxl / storage-layout-extractor

A tool that performs extraction of storage layouts based on EVM bytecode.
https://smlxl.io
GNU Affero General Public License v3.0
132 stars 10 forks source link

[FEAT] Discover Large Structs in Dynamic Arrays #75

Open iamrecursion opened 1 year ago

iamrecursion commented 1 year ago

Description

Currently we do not have the ability to discover large structs (> 1 word in size) used as the element type in a dynamic array. We should.

Spec