rootcloak icon indicating copy to clipboard operation
rootcloak copied to clipboard

Latest beta crash app

Open andreiiliuta opened this issue 9 years ago • 9 comments
trafficstars

Hi There, I am using this app: https://play.google.com/store/apps/details?id=com.eTokenBCR

Before the latest beta the app was able to detect root. (So rootcloak was not working for me) With this beta I am not able to open the app after I add it into the Native section. It just hangs and never starts.

Thanks for your help!

andreiiliuta avatar Jul 25 '16 11:07 andreiiliuta

Yes, there is bug in Regex in native library. Do not use this feature yet

pylerSM avatar Jul 25 '16 12:07 pylerSM

In the latest build it's not crashing anymore but the application still detects root unfortunately (even when using Native) :( Can you turn this into an app request? Thanks!

andreiiliuta avatar Jul 26 '16 09:07 andreiiliuta

The best would be APK file or atleast native library *.so file

pylerSM avatar Jul 26 '16 11:07 pylerSM

APK: https://www.dropbox.com/s/ivt5akhbutk94pk/base.apk?dl=0 .so file (I don't know if it's good): https://www.dropbox.com/s/psn39wse9dynd9z/libQRCronto.so?dl=0

After decompiling the app I think this is the file responsible for root: https://www.dropbox.com/s/q6gccfd47m2ni6h/sq.smali?dl=0

`.class public final Lsq; .super Lts; .source "SourceFile"

instance fields

.field private a:Ljava/lang/String;

direct methods

.method public constructor ()V .locals 2

.prologue
.line 17
invoke-direct {p0}, Lts;-><init>()V

.line 19
const-string v0, "ignore"

iput-object v0, p0, Lsq;->a:Ljava/lang/String;

.line 21
const-string v0, "RootDetection"

const-string v1, "Your device is jailbroken or rooted. The application cannot be executed."

invoke-virtual {p0, v0, v1}, Lsq;->c(Ljava/lang/String;Ljava/lang/String;)V


.line 22
return-void

.end method

virtual methods

.method public final a()Ljava/lang/String; .locals 1

.prologue
.line 26
iget-object v0, p0, Lsq;->a:Ljava/lang/String;

return-object v0

.end method

.method public final a(Ljava/lang/String;)V .locals 0

.prologue
.line 31
iput-object p1, p0, Lsq;->a:Ljava/lang/String;

.line 32
return-void

.end method ` Thanks for your help!!

andreiiliuta avatar Jul 26 '16 11:07 andreiiliuta

Take logcat during failed launch please

pylerSM avatar Jul 26 '16 14:07 pylerSM

etoken.txt actually, it's still locking up when native is enabled. (the application freezes) see attached logcat.

andreiiliuta avatar Jul 26 '16 15:07 andreiiliuta

yes, sadly I know where the issue is. But we have a fix.

pylerSM avatar Jul 26 '16 16:07 pylerSM

I tried the latest beta and it's the same. After I install xposed, activate rootcloak and native library and try to run the eToken application, the eToken application is freezing.

andreiiliuta avatar Aug 09 '16 18:08 andreiiliuta

Can you try https://github.com/devadvance/rootinspector/releases/download/v1.0/com.devadvance.rootinspector-v1.0.apk, remove native root detection for rootinspector and try to launch it?

pylerSM avatar Aug 10 '16 17:08 pylerSM