-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
What's New in Version 8.3.3 Fixed bug with floating icon. Updated translations. Improved memory editor layout.
- 1,987 replies
-
3
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
This things can depend on firmware. In some firmwares ASLR disabled. We can not add features not worked at almost cases.
-
I mean automated algorithm. But it impossible. Need search one and save all memory near, then run game again - search again and compare memory. But between runs alue can be changed. Or same value may be coincedence. Because of that I say it is impossible in common case.
-
Union search AKA group search.
-
"Unity"? I do not know what is that. I do not see anything named "Unity". About "Mode Hacking" written in 3 algorithm typical break-ins inside front_text.
-
Inside 01. Ok. I understand you. In future fix this.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
What you mean?
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I undserstand nothing. You use 24 as offset from one value. 24? Where you get this number? I repeat my question - user search for value. User find value it located on memory address A and have value B. Give me algorithm for found "unique" value or some other way for find this variable in memory on next game run.
-
Memory most of them getted with malloc or realloc. It position depends of very many factors. It vary if order of allocation vary. It is typical on multithreaded apps - most of apps. Is first problem. Another consist in other. You have address in memory - how you find this "unique" value? Give me example.
-
If you write hack for some game - you can test possible offsets. If you write common tool - it can not be doned. Offset can be any. But I describe most simplest example. In real life can be many levels of pointer. And it make impossible found needed values. I do not help on this. I known - it is impossible in common case. Maximum - we can test some cases. For example stay mean offset as zero. For some app it can be worked. But not for all.
-
This is not a answer. The main problem is that you have no guarantee that your data is a pointer there. For example you have a field that you want to hack. But it does not have pointers in memory, and all because it is a field in the structure. And the reference to it is through a pointer to the structure plus the offset. But you do not know what the offset, and whether it is at all. Therefore, you can not find the pointer.
-
How? Give me example with test data.
-
What is mean by this?
-
I am not doctor for approve this.
-
Bad icon sizing on high density display.
-
It is bug. It will be fixed on next version.
-
Is killed by system on OutOfMemory. Select store data in files on GG settings. It may reduce memory usage and prevent kill app by system.
-
I test from PC and Android on device - no problem. Try clear cache.
-
What's New in Version 8.3.1 Improved speedhack injection. Fixed critical bug in search. Improved speed when refining search.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I PM to him about your issue. Now you can try delete all cookies in browser for clear theme selection.
-
GG can not work without root.
-
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Group search format: value1; value2; value 3: region In total, you can specify from 2 to 8 values. The region should be 1 to 65535. The larger the area, the slower the search and more memory is needed for it. If the region is not specified, it is assumed to be equal to 512. The value can be specified as a number or in hexadecimal with a pointer type, or in the reverse hexadecimal. For example: 10 - 10 type Auto. 10B - 10 with the type Byte. 10F - 10.0 with the Float type. 10X - 10 with the type of Xor. 0Ah - 10 in hexadecimal notation. 0A00hD - 2560 in hexadecimal notation and the type Dword. 0A00rW - 10 in reverse hex and Word type. Contact hexadecimal notation allows you to record the bytes as they are in the memory, not doing their permutation. For example, the number ABCDEFh in memory will be written as EF CD AB. Instead of rearranging the bytes yourself, you can simply write EFCDABr. Thus, you can write something like: 10; BCh; 0A00hW; FFEErD; 1.234F: 2345 And it will search with GG. The most simple and obvious use - Search byte string in memory. The maximum length is 4 * 8 - 32 bytes. For example: "6E 6E 62 61 65 64 72 6F 66 5F 6D" It: 62 61 6E 6ErD; 65 64 5F 66rD; 72hB; 6FhB; 6DhB: 11 The only negative - will be found all the permutations of these numbers.
-
Wait for release 8.3.1 by d2dyno.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with: