(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.
I converted an elf eboot.
As we know the bytes remain the same.
But the offsets are not.
In fact 0x00479cd8 in elf is = 00469CE0.
My question is how can I convert
00469CE0 in 0x00479cd8 as it comes
Displayed with debugging apps?
Do you have to make a calculation in particular?