Jump to content

xiaov

Senior Member
  • Posts

    1,436
  • Joined

  • Last visited

Everything posted by xiaov

  1. 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)
  2. i already said open using IDA too..
  3. 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.
  4. 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
  5. read tut from tut section... hard to explain by fews word.
  6. u need pc and IDA pro.. mostly hack cant hack from filza or ifile..
  7. 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.
  8. Naruto ,bleach, one piece, hunter x hunter (animation xD)
  9. no fear but GG
  10. 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..
  11. i like the first one!!!! so cool .. i will use this UI thanks
  12. any suggestion to improve before i release it?
  13. @Zimon @Archangel04 @DiDA @Amuyea @Ted2 Float converter with Custom Keyboard. Is it fine or what suggestion?
  14. u can set a max number: //int x =UIeditcellnumber if( x > 999999 ) { return 999999; } else { return cellnumber; }
  15. @Zimon @xiaov is da best hacker
  16. author have the right to do anyway in Non-VIP hacks(included no update hack) we did not received any benefit from post hacks.. we have life
  17. Non-jb cant write memory.. so MM useless
  18. hex editor.
  19. sure can thin.. but haven't done remove aslr
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines