-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
illigal byte count -- -6 #9
Comments
Hi, are you dumping over SSH? If so, this is most like that In that case you can dump it without |
I am actually using OpenSSH from a Windows 10 machine so that could easily the issue. How would I, "remove 6 bytes from the beginning and end of the file manually?" Is there a recommend version of Linux to use instead? |
On Ubuntu the head and tail command should work fine. You can try to run Ubuntu on Windows using WSL2. |
Ubuntu worked to create the images, but now I am getting the: "Target not recognized as citrix-netscaler" error. |
please double check the first few bytes of your image, for example using:
|
hexdump -C /mnt/j/md0.img | head
|
@hellotherehelpme you can fix it by stripping the error message from the, for example: cat md0.img | tail -c +141 > da0.img.fixed |
I tried as in #2 comment. No luck. Same error. Where does the number +141 comes from? How do I calculate the "right" number. |
It was by counting the bytes to strip off the Please check again with Can you also try |
I receive an "illigal byte count -- -6" error message when attempting to create the offline image for analysis. Anyone else have this issue?
The text was updated successfully, but these errors were encountered: