Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. Look like sorted bits from source number and some xor at the end. But not all data fit this theory. Need check - may be present some mistakes.
  2. And power of 2: 2 4 8 16 32 64 and so on
  3. Need more data from continuos range. 0-20 would be perfect.
  4. Same value. It is impossible.
  5. Create thread with data. I see, may be found something.
  6. Double - Double in hex - first 32 bit double as float. 0 = 0 0.0 1 = 3ff0000000000000 1.875 2 = 4000000000000000 2.0 3 = 4008000000000000 2.125 4 = 4010000000000000 2.25 5 = 4014000000000000 2.3125 6 = 4018000000000000 2.375 7 = 401c000000000000 2.4375 8 = 4020000000000000 2.5 9 = 4022000000000000 2.53125 10 = 4024000000000000 2.5625 11 = 4026000000000000 2.59375 12 = 4028000000000000 2.625 13 = 402a000000000000 2.65625 14 = 402c000000000000 2.6875 15 = 402e000000000000 2.71875 16 = 4030000000000000 2.75 17 = 4031000000000000 2.765625 18 = 4032000000000000 2.78125 19 = 4033000000000000 2.796875 20 = 4034000000000000 2.8125 21 = 4035000000000000 2.828125 22 = 4036000000000000 2.84375 23 = 4037000000000000 2.859375 24 = 4038000000000000 2.875 25 = 4039000000000000 2.890625 26 = 403a000000000000 2.90625 27 = 403b000000000000 2.921875 28 = 403c000000000000 2.9375 29 = 403d000000000000 2.953125 30 = 403e000000000000 2.96875 From code: public class HelloWorld{ public static void main(String []args){ for (int i = 0; i < 100; i++) { long l = Double.doubleToLongBits((double)i); System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32))); } } } For: http://www.tutorialspoint.com/compile_java_online.php In last GG you can simple search with double data type.
  7. This is list currently running apps. I think create from GG launcher is bad idea. For example you want work with GG on new app. But it not in list. What you do? It has in our plans.
  8. I know. Will be fixed in next release.
  9. Will be fixed on next release.
  10. Go to http://gameguardian.oneskyapp.com/collaboration and start translation.
  11. Not all understand English.
  12. Enyby

    GameGuardian

    What's New in Version 8.4.2 Improved injection of speedhack. The menu can now be opened with a physical menu button. Added string representation in memory editor. Improved output in memory editor. Updated translations. Fixed crash on start on some firmware. Fixed bug with hiding the interface with the back button. Bug fixes.
  13. Go to http://gameguardian.oneskyapp.com/collaboration and start translation.
  14. Read 2 and 3 algorithm typical usage in help.
  15. No. If game change addres of variable - you can not know next address of it. It good protection against any memory edit.
  16. Enyby

    GameGuardian

    You can press "menu" in memory editor - "Value format" and select needed format. For like old version it has be hex and dword. See on screen.
  17. Enyby

    GameGuardian

    I do not understand. Please explain with screens. And write with punctuation.
  18. Enyby

    GameGuardian

    On download page select in change list needed version and download it. But better explain why new layout is bad and how made it better and why. Old version is not supported or updated. New features in it never implemented. Or fixed bugs.
  19. Enyby

    GameGuardian

    Dword, float, xor is 4 byte data type.
  20. Enyby

    GameGuardian

    Read 2 and 3 algorithm typical usage in help.
  21. Enyby

    GameGuardian

    Use Auto or exact type.
  22. Enyby

    GameGuardian

    Press button "menu" and select "clear".
  23. Enyby

    GameGuardian

    What's New in Version 8.4.1 Added option 'autopause'. Interface improvements. Improved functionality of history. Improved memory editor. Added 'word' and 'byte' to memory editor. Fixed critical bug in search. Select all and history button now works with external keyboards. Fixed bugs when changing orientation. Added feature to revert changes. Fixed selection in search results on update. Updated translations. Bug fixes.
  24. I did not see any special. May be later I tried to reproduce bug. At current point I do not have any solution.
  25. Need logcat.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.