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
_41.bin contains the concatenation of all the raw material accessed by this code. The first part can be extracted as a 10k control.tar.gz, the rest is silently skipped.
We can scan the shell script snippets for decimal or hexadecimal numbers, try them all as offsets, and see if mime(*FD) with a filedescriptor seeked to that offset, has something meaningful to say for each number.
suggested sanity check: If an unpacker (e.g. tar) does not read to the end of the input data, this indicates to us, that another archive may have been appended.
Example: http://download.qnap.com/QPKG/owncloud_6.0.2.zip
A shell archive is found, and a shell script is found, and a _41.bin blob is found.
The shell script contains these hints:
_41.bin contains the concatenation of all the raw material accessed by this code. The first part can be extracted as a 10k control.tar.gz, the rest is silently skipped.
There is a gzip magic at offset 0x5000 aka 20480. We miss that one.
The text was updated successfully, but these errors were encountered: