-
Posts
1,436 -
Joined
-
Last visited
Everything posted by xiaov
-
Big thanks to @Amuyea @Zimon for helping me to done this App. After few days, float converter tools finally complete! This is a converter which use for Float Convert. The value is what you saw it during you are using GDB / LLDB. Function : - Convert float value from GDB/LLDB >> Float value. - Convert 10byte Decimal >> 16byte Hexdecimal. - Convert 16byte Hexdecimal >> 16byte Decimal. UI for the APP: Page 1: GDB/lldb when u found a float value ( i found this float from skill cooling time which is float value) ( all the ARM instruction included / .f32 / .f64 / f ) (armv7 - vxxx.f32, arm64 - fxxx.32 xx) Enter the value from R1 (1084227584) to iOSGods Calculator "Float Section" (Page1), after you entered the value, press "Done". the value in "Float:" is what exactly we want. So 1084227584 means my skill cooling time is 5.0 seconds. Page 2: 16byte Hexdecimal to 10byte decimal. Page 3: 10byte Decimal to 16byte Hexdecimal. Download link : [Hidden Content] Credits: - @xiaov (for coding) - @Amuyea (for UI design and tester) - @Zimon (for UI design and image)
- 84 replies
-
- 87
-
-
-
-
-
-
-
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
i already said open using IDA too.. -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
inside the offset the value 0 to F all belongs to hex. hex is use for most of all the file not only for Binary. but if u want to hack a Binary / File/ etc u need to hack by hex. -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
App file is the file u need to hack. 16byte is hex.. hex is the type u want to use it in the App File. 2 are different things but App file included hex & offset -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
use search bar. -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
read tut from tut section... hard to explain by fews word. -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
u need pc and IDA pro.. mostly hack cant hack from filza or ifile.. -
Help/Support How do Hex and Binary Look different
xiaov replied to Bizarrow's topic in Help & Support
Binary is the file inside .App ( if to Zenonia 4 is called Zenonia4_iPhone ) Binary can open with IDA pro to check the ARM instruction. when u found the offset in IDA, u can use Hex editor (go to address 0xoffset ) and change the hex (hexdecimal) so: Binary = filename hexdecimal = hex = 16byte from ARM instruction. Offset= address which the ARM stored. -
Naruto ,bleach, one piece, hunter x hunter (animation xD)
-
no fear but GG
-
@Joka
-
the comma from "Float" is the result.. what i made and entered is the first line:"original" .. the original number is what we will saw from LLDB/ GDB..
-
i like the first one!!!! so cool .. i will use this UI thanks
-
ok noted
-
any suggestion to improve before i release it?
-
@Zimon @Archangel04 @DiDA @Amuyea @Ted2 Float converter with Custom Keyboard. Is it fine or what suggestion?
-
u can set a max number: //int x =UIeditcellnumber if( x > 999999 ) { return 999999; } else { return cellnumber; }
-
@Zimon @xiaov is da best hacker
-
Non-jb cant write memory.. so MM useless
-
hex editor.
-
Request Looking for images for tweak I'm modifying....
xiaov replied to i0s_tweak3r's topic in GFX Club's GFX Requests
-
General [Discuss] Any ideas on what we can do in this APP?
xiaov replied to xiaov's topic in General Talk
sure can thin.. but haven't done remove aslr