Thank you! Will try that!Alternatively, use hooking of methods instead.
Thank you very much! I will try it todaystll didn't notice yet?
see what's diffrence between float and double
I will play with the hex convertor to understand the difference. I need to go back and learn my assembly language knowledgestll didn't notice yet?
see what's diffrence between float and double
May I ask pls,@timmyyy19977 i'm not sure what the result is , but i will tell you how return double
float = 80 0e 44 E3 1E FF 2F E1.
double = 80 1e 44 E3 1E FF 2F E1.
that's it
it will be difrrent but double will huge number @timmyyy19977May I ask pls,
float = 80 0e 44 E3 1E FF 2F E1.
double = 80 1e 44 E3 1E FF 2F E1.
What are these number in decimal?
I tried on this method.@timmyyy19977 just try this and tell me what happen
7A 14 04 E3 1E FF 2F E1.
what do you mean i can't see? @timmyyy19977I tried on this method.
View attachment 290109
double = 80 1e 44 E3 1E FF 2F E1. returns a large number: View attachment 290110
7A 14 04 E3 1E FF 2F E1: View attachment 290111
This is what i get. The above double number is working! However, I can't see how do we get this number from double to hex..
I don't understand how " 80 1e " is translated into 1.38*10^70. I want a smaller number, like 4*10^10... I tried to use hex convertor, but I don't quite understandwhat do you mean i can't see? @timmyyy19977
source float : How to return float value in ARM - Platinmods.com - Android & iOS MODs, Mobile Games & AppsI don't understand how " 80 1e " is translated into 1.38*10^70. I want a smaller number, like 4*10^10... I tried to use hex convertor, but I don't quite understand
I found my final answer.
@timmyyy19977 then change help to solvedI found my final answer.
return 2.000xxxxxx
00 10 44 E3 1E FF 2F E1
return 131072.070218983
00 11 44 E3 1E FF 2F E1
return 8.5c
00 12 44 E3 1E FF 2F E1
Honestly, I still don't understand how the hex code "00 11 44 E3 1E FF 2F E1" translates to "return 131072.070218983". I understand the return part, but not the number part. Will try to dig deeper. Thanks for your help!
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies