AsahiLinux / m1n1

A bootloader and experimentation playground for Apple Silicon
MIT License
3.61k stars 210 forks source link

Support non-constant unknown values in adt.py #366

Closed dberlin closed 11 months ago

dberlin commented 11 months ago

On m3, these previouly expected-to-be-constant fields have exciting non-constant values. This updates adt.py to allow them to be non-constant. The second field is also really a flags field, though i could not tell you all the flags involved.

Signed-off-by: Daniel Berlin dberlin@dberlin.org