RAR icon indicating copy to clipboard operation
RAR copied to clipboard

`nom::be_u32` is used instead of the `nom::le_u32`

Open Mingun opened this issue 3 years ago • 1 comments

According to the original unrar sources Little-endian should be used there:

https://github.com/Roba1993/RAR/blob/b84da66d1efa361627e4ffbf8f744f889be248f6/src/head_block.rs#L152-L161 https://github.com/Roba1993/RAR/blob/b84da66d1efa361627e4ffbf8f744f889be248f6/src/file_block.rs#L68-L79

Mingun avatar Apr 25 '21 17:04 Mingun