Nice Tutorial will try!
oke i understand this,
ut can you teach us something we don't have ? = how can you find native's in an eboot ( gta5 ) or ...
thanks
oke i understand this,
ut can you teach us something we don't have ? = how can you find native's in an eboot ( gta5 ) or ...
thanks
There is A LOT that goes into that. it involves bruteforcing hashes, verifying those hashes, then getting the address for that hash to call it as a native. Then you have to locate the parameters that are used with that particular native..... Long in depth process, not easily explained 😛
oke i understand this,
ut can you teach us something we don't have ? = how can you find native's in an eboot ( gta5 ) or ...
thanks
ill add some more to what Cain532 said as im kinda expert into this :p
1.Natives are functions
2.before red dead redemption release natives wasn't hashed , they got hashed cause of script hook for GTAIV
3.find native functions easy special if you have Native Data Base already created for you right :p
4.native functions stored in register as lis , r3 that equlas 3C60 in hex
5.that you follow the functions to locate the Native function it self that in short about GTA 5 and any Rage Based Game 🙂
But here is full tutorial on how you do it https://rivalgamer.com/threads/how-to-locate-native-functions-easy.5182/
Enjoy
Very helpful tutorial Cyb3r (y)