mirror of
https://github.com/cea-sec/miasm
synced 2026-06-21 13:48:18 +00:00
3771288cff
The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b)