Closed ThanatosGit closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.19%. Comparing base (
69ddf9d
) to head (1019948
). Report is 21 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As I have still no idea how I could ever find out the random padding at the end of the file, I would like to merge that post MSR stable. Should I clean up anything here?
This is the code which can parse and rebuild all pkg files except 11 files. The only problem is the end of the file. Always end with 0 padding at the end of the file except for
MSCU
MTXT
CUT
which adds padding to align to 4 bytes.MSCU
from special case => more files gonna failMTXT
from special case => more files gonna failMSAT
to the special case => more files gonna failThe
wrong_build_sr
case in the test is written in a weird way on purpose. It proofes that, of course, the length field is wrong but besides that it's only the ending which is wrong.Don't know if it should merged 🤷♂️