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

Unify bytes more accurately #90

Closed iamrecursion closed 1 year ago

iamrecursion commented 1 year ago

Summary

Previously there were cases that were valid bytes unifications that we would miss due to being too restrictive. We are now far more permissive while still retaining sufficient accuracy to ensure we are not inferring such a type incorrectly.

Closes #88

Details

N/A

Checklist