As all we know all IDs has it's own pattern. For example, apps ends with even number + 000, patches ends with same even number + 800 and addons ends with odd number (app's even number + 1) and three digits in a range from 1 to 0xFFF.
But while parsing your files I found two probably wrong addons: 01005EE0036EC017 and 0100D7400F2E4006. Both has even number, but doesn't ends with 000 or 800. I think it's an error. Please check them manually and thanks for a great work!
As all we know all IDs has it's own pattern. For example, apps ends with even number +
000
, patches ends with same even number +800
and addons ends with odd number (app's even number + 1) and three digits in a range from 1 to 0xFFF.But while parsing your files I found two probably wrong addons:
01005EE0036EC017
and0100D7400F2E4006
. Both has even number, but doesn't ends with000
or800
. I think it's an error. Please check them manually and thanks for a great work!