kovinevmv / getcontact

Find info about user by phone number using GetContact API
MIT License
437 stars 74 forks source link

what is your decompiler? #74

Closed datacoderid closed 1 year ago

datacoderid commented 1 year ago

hi kovin,

amaze how you can find the encryption key. i tried to decompile using jadx, but still very hard to read the code. May i know what is your decompiler tools?

kovinevmv commented 1 year ago

Hi, encryption key is not saved in source code. I decompiled with JADX. U should intercept it in runtime with frida

datacoderid commented 1 year ago

Hi,

Oops, I mean encryption algorithm like EBC. Thanks for sharing about Frida, will try to explore