Hacking Address of real function ?

ptitleray

Well-Known Member
OP
Newcomer
Joined
Dec 17, 2013
Messages
49
Trophies
0
XP
219
Country
France
I'm on 4.1.0 firmware and i would like to know how to get the address of certain functions :glare:
I recovered almost all addresses with the help of :
- OSDynLoad_Acquire()
- OSDynLoad_FindExport()
but I can't retrieve the REAL address of :
- FSGetStat()
- MEMAllocFromDefaultHeapEx()
and few others

Can somebody help me ? :P
 

Marionumber1

Well-Known Member
Member
Joined
Nov 7, 2010
Messages
1,234
Trophies
3
XP
4,045
Country
United States
I'm on 4.1.0 firmware and i would like to know how to get the address of certain functions :glare:
I recovered almost all addresses with the help of :
- OSDynLoad_Acquire()
- OSDynLoad_FindExport()
but I can't retrieve the REAL address of :
- FSGetStat()
- MEMAllocFromDefaultHeapEx()
and few others

Can somebody help me ? :P

MEMAllocFromDefaultHeapEx is actually a function pointer. You need to set isData (second arg of FindExport) to 1, and then it will give you the pointer. Dereferencing that pointer gets you the address of the function itself. FSGetStat() may work in a similar way.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Yea I think i was supposed to say hormone replacement therapy