kryokil Posted March 22, 2017 Share Posted March 22, 2017 14 minutes ago, Enyby said: No. It is just temp file in shared memory. It is normal and not connected with defend. And you can not get normal .so file because in memory .so files stored in special way. It is not same file as on disk. .so file (any ELF file if be exact) loaded partially, linked and so on. It is mean if you dump .so from memory it is not valid executable ELF file. thats exact problem i encountered. so is missing last few bytes at the end so is not valid. do you know a method to overcome this problem? Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 22, 2017 Author Administrators Share Posted March 22, 2017 It is not missed bytes. .so load to memory specially. And it can have relocations. Shortly speaking - you can not get .so file from memory dump because not all info from file stored in memory. It is enough for debug or investigate but bot enough for build valid ELF file. 1 Link to comment Share on other sites More sharing options...
Sebazz Posted March 22, 2017 Share Posted March 22, 2017 Please, add update feature option like Lucky Patcher. Thanks. Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 22, 2017 Author Administrators Share Posted March 22, 2017 No. Link to comment Share on other sites More sharing options...
Henji96 Posted March 24, 2017 Share Posted March 24, 2017 Is it possible to transfer a saved list from one android emulator to another? I tried transferring the cache files, but the list aren't saved there. Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 25, 2017 Author Administrators Share Posted March 25, 2017 Transfer data in /data/data/gg-package-name/ folder. But it is useless. Addresses usually changed even between runs. Link to comment Share on other sites More sharing options...
Henji96 Posted March 25, 2017 Share Posted March 25, 2017 Useless unless you apply the offset from the new instance on them. I appreciate your help and great job on your app, I use it every day. _______________________________________________ added 4 minutes later Is it the .xml in shared_prefs? Link to comment Share on other sites More sharing options...
Henji96 Posted March 25, 2017 Share Posted March 25, 2017 Nvm i got it. Thanks again Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 25, 2017 Author Administrators Share Posted March 25, 2017 Yes. .xml in shared_prefs. But we change it in future. And add some magic for bypass ASLR in some cases. May be in next release. Link to comment Share on other sites More sharing options...
Fair47 Posted March 25, 2017 Share Posted March 25, 2017 (edited) I attached a log file. Can anyone tell me why i failed to modify a value in 8 ball pool game? Edited March 25, 2017 by Fair47 Wrong file Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 25, 2017 Author Administrators Share Posted March 25, 2017 Wrong log. Need logcat. https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/ Link to comment Share on other sites More sharing options...
Fair47 Posted March 25, 2017 Share Posted March 25, 2017 (edited) 3 hours ago, Enyby said: Wrong log. Need logcat. https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/ Check it plz Log_2017-03-25_15-48-02.txt Edited March 25, 2017 by Fair47 New file replaced Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 25, 2017 Author Administrators Share Posted March 25, 2017 It is empty. Nothing check. You collect it in wrong way. Follow instructions by my link above. Try different tools for collect logcat if some of them not work or produce empty or small log. Link to comment Share on other sites More sharing options...
Fair47 Posted March 25, 2017 Share Posted March 25, 2017 (edited) 22 minutes ago, Fair47 said: Check it plz Log_2017-03-25_15-48-02.txt Edited March 25, 2017 by Fair47 file replaced Link to comment Share on other sites More sharing options...
Administrators Enyby Posted March 25, 2017 Author Administrators Share Posted March 25, 2017 Logcat must be collected during issue. I do not see anything connected with GG in this logcat. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now