Hello!
Recently picked up an old VX820 from a friend who closed down his store. My VX has the exact same os version as yours, however, my SBI is on v02_85.
I developed a simple "brute-forcing" script that:
- makes a stub of 24-byte XDL headers, 0x30 of padding, a single thumb BL, 2 bytes of padding to round to 64B
- builds the stub for each potential shell address as a 64b stub with a BL at offset 0x30.
This is all in hopes that I stumble upon the shell address and can then dump full SBI to make a patched .bin for my SBI version.
I'm wondering if you have any insight on the way you were able to find the correct prompt() jump to then be able to dump SBI.
I'm able to send .bins using XDL and the VX does acknowledge them,I've tried to send .bins that give me any sort of UART output or anything to know that I am correctly executing them, yet I never get any sign whatsoever, and have yet to find the shell.
To be honest, I'm pretty ready to get a chip programmer and clip it onto the flash chip of the board itself ;)))
And yes, all this to run doom!!! I saw your speech from '22 a few months ago, and I've been reverse engineering things for as long as I can remember, and so I thought to myself "why not?"
Hello!
Recently picked up an old VX820 from a friend who closed down his store. My VX has the exact same os version as yours, however, my SBI is on v02_85.
I developed a simple "brute-forcing" script that:
This is all in hopes that I stumble upon the shell address and can then dump full SBI to make a patched .bin for my SBI version.
I'm wondering if you have any insight on the way you were able to find the correct prompt() jump to then be able to dump SBI.
I'm able to send .bins using XDL and the VX does acknowledge them,I've tried to send .bins that give me any sort of UART output or anything to know that I am correctly executing them, yet I never get any sign whatsoever, and have yet to find the shell.
To be honest, I'm pretty ready to get a chip programmer and clip it onto the flash chip of the board itself ;)))
And yes, all this to run doom!!! I saw your speech from '22 a few months ago, and I've been reverse engineering things for as long as I can remember, and so I thought to myself "why not?"