Post: offset eboot
07-06-2017, 09:46 PM #1
(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?
(adsbygoogle = window.adsbygoogle || []).push({});
07-06-2017, 09:54 PM #2
Luckeyy
Retired - Lead Content Manager
Originally posted by mods View Post
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?


0x00479cd8 - 0x10000 =
0x469CD8

0x469CD8 this would be your eboot offset
07-06-2017, 10:00 PM #3
But in hex editor says 00469CE0
07-06-2017, 10:04 PM #4
Luckeyy
Retired - Lead Content Manager
Originally posted by mods View Post
But in hex editor says 00469CE0


In HxD editor hit " CTRL + G " then put this in " 469CD8 " then you will get the bytes for that offset

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo