DEV Community

Discussion on: I work as a mobile developer & Recently started learning about reverse engineering for mobile apps! Ask Me Anything!

Collapse
 
nielsbom profile image
Niels Bom

Can you elaborate on your toolchain and how to deal with CORS?

Collapse
 
zawawimanja profile image
zawawimanja

Apktool - decompiler apk to smali
Jadx - decompiler apk to jar,java
Burpsuite - network intercept
For CORS, I am sorry I dont know about it.

Collapse
 
exadra37 profile image
Paulo Renato

how to deal with CORS?

I would recommend you to read the Mozzila docs on How to deal with CORS?

If this is not enough, please get back here and be more specific in your question.