philsmd/7z2hashcat

Encoded id/type parsing sometimes not working correctly

philsmd opened this issue · 2 comments

This problem was reported here by @syb3ria: #2 (comment) and it seems that sometimes some large encoded ids were not correctly identified.

I will push a patch soon that should fix this problem.

The error output was something like this "substr outside of string ..." (because the length field was way too long).
The expected result instead would be that no such error would be shown and that the hashes or other information was shown to the user.

I have pushed a fix for this, @syb3ria. Could you please test and report back ?
Don't forget to give feedback or close this issue if the problem was resolved by this fix: 204bc5f

It seems that the underlying problem here was indeed fixed: see #2 (comment)

I will close this issue. Please reopen if you still experience a problem like this (e.g. with substr () etc)