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
I am new to this format so please excuse potential misunderstandings with regard to the syntax of the format.
I know it is rather picky but Android's DEX file format also allows a big-endian encoding [1] besides the standard little-endian encoding.
If I understand it correctly, the format descritption shown in the Format Gallery [2] defaults the it to little endian. I would suggest that the endianness is using a calculated endianness rather than the defaulted one.
I will look into providing a solution but I am not sure if I get to a proper solution without some help.
I am new to this format so please excuse potential misunderstandings with regard to the syntax of the format.
I know it is rather picky but Android's DEX file format also allows a big-endian encoding [1] besides the standard little-endian encoding.
If I understand it correctly, the format descritption shown in the Format Gallery [2] defaults the it to little endian. I would suggest that the endianness is using a calculated endianness rather than the defaulted one.
I will look into providing a solution but I am not sure if I get to a proper solution without some help.
[1] https://source.android.com/docs/core/runtime/dex-format#endian-constant
[2] https://formats.kaitai.io/dex/
The text was updated successfully, but these errors were encountered: