I need help of shift mcu #14
Unanswered
DRCRecoveryData
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I would say that you are simply losing the first N MCUs in the stream, so everything is shifted. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you check the code to correct it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have built a tool to repair encrypted JPEG files affected by stop/djvu ransomware. It encrypts 153605 bytes from the header. However, when I shift the MCU to fix alignment, the left column appears distorted and glitches up by one MCU in the column.
After moving the good header to the encrypted JPEG header...
The bottom has both good and non-MCU sections
After counting the number of non-MCU units from those bottom scanlines to shift the MCU, upon shifting to correct alignment, the left column becomes distorted and glitches up by one MCU in the column.
Can you help me to fix my code?
Sample files:
Pictures.zip
Beta Was this translation helpful? Give feedback.
All reactions