Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. Code: 157864548545845245248518548545451524524854524897478898536593565632001534531534153415315341113513513135153566246535651646546245646154564564156416514564564654165464164864186145346874864646486464646884 Or: package org.jf.smali; import com.google.common.collect.ImmutableSet; import com.google.common.primitives.Ints; import org.jf.dexlib2.base.BaseMethodParameter; import org.jf.dexlib2.iface.Annotation; import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.util.Comparator; import java.util.Set; public class SmaliMethodParameter extends BaseMethodParameter implements WithRegister { public final int register; @Nonnull public final String type; @Nonnull public Set<? extends Annotation> annotations; @Nullable public String name; public SmaliMethodParameter(int register, @Nonnull String type) { this.register = register; this.type = type; this.annotations = ImmutableSet.of(); } @Override public int getRegister() { return register; } @Nonnull @Override public String getType() { return type; } @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } @Nullable @Override public String getName() { return name; } @Nullable @Override public String getSignature() { return null; } public static final Comparator<WithRegister> COMPARATOR = new Comparator<WithRegister>() { @Override public int compare(WithRegister o1, WithRegister o2) { return Ints.compare(o1.getRegister(), o2.getRegister()); } }; }
  2. Video file does not exists. In here many lines missed. Need 3 different logcat + 3 file /storage/emulated/0/Android/data/com.jzhiaeegytseyztruzuc/files/last_run.log from every run of GG.
  3. I do not see anything odd. Your app died before GG attach to it. May be some anticheat in game? Give me 3 logcat from last version with this app. It is very odd.
  4. And show screenshoots from both version. I supposed you used different set of selected regions. It is not detail. 'Not worked' is is about nothing. Need exact information. Like: I try search dword 10 with all selected regions. On 8.4.6 I found lot values, On x.x.x version I found nothing. I think game autopaused and killed by timeout. In 8.5.2 autopause by default off. try it.
  5. Explain issue detailed. What you mean by 'not worked' and so on.
  6. Need logcat. Normally new GG install self with random package name. After that it uninstall self.
  7. Need logcat.
  8. Read first post on this topic. Need logcats from both versions with same run of game.
  9. You must be rooted for use this app.
  10. I do not know. May be they improve something in new versions.
  11. In later versions Bluestacks changed way to run arm libs for games. It can not be speedhacked. But if game contain and used x86 libs it can be speedhacked on all BlueStacks versions. Use Google, Luck!
  12. For example gdbserver + IDA. It is not only one choice. You can do it with gdb only. Or with some other tools.
  13. May be. But it complicated stuff. I can not help with it. You must do it yourself.
  14. This code located in someone sub_xxx function. It hard to find. Guy say this about lua file, not about all info. In this files no lua file, but they contains code for work with lua.
  15. I think this point located in .so file. It can be some xor for each byte of file as example. Find this plsce can be hard and complicated.
  16. You need find point of load these lua files and look what used to decompile it. It can be anything custom way.
  17. Video mirrored from: https://www.youtube.com/watch?v=oOYootCoqhM
  18. Enyby

    GameGuardian

    Someone created video from internal help of GameGuardian:
  19. Ok. Look like your kernel reboot device. But I do not know why. When test build be ready I posted it here. Currently busy with other tasks.
  20. I do not see any problems in log. Search ended normally. Send kmsg to me. http://bootloader.wikidot.com/linux:android:kmsg If you firmly believe that the problem in the GG and it constantly happens, I can build the test versions with increased logging. You'll run each of them three times and sent me three log to understand after what point there is a restart.
  21. It is not from luckypatcher. Any alternation of target process mean connect to it. Freeze just simple rewrite memory process every 30 ms. It is not same.
×
×
  • 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.