Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d2j-predict: auto clean up the string encryption and reflection by d3xguard #7

Open
pxb1988 opened this issue May 11, 2015 · 0 comments
Assignees

Comments

@pxb1988
Copy link
Owner

pxb1988 commented May 11, 2015

the d2j-decrypt-string.sh can decrypt the d3xguard's earlier static String decrypt(III) style string encryption.

but the later version of d3xguard generate with a more complex pattern. and combine with the java reflection, the code looks like shit.

static byte[] array= { ... };
void amethod(){
    //...
    String str = decrypt(array[5] ^ 3, 5, 3);
    //...
}
@pxb1988 pxb1988 self-assigned this May 11, 2015
netlovehf pushed a commit to netlovehf/dex2jar that referenced this issue Oct 27, 2021
Fix inheritance issue in InvokePolymorphicExpr causing ClassCastException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant