For further actions, you may consider blocking this person and/or reporting abuse
Read next
Estudando - Linguagem Go - Dia 02
Leandro Torres -
🚀 5 Browser Extensions That Will Boost Your Development
Yanaiara Oliveira -
Crafting a Scalable Node.js API: Insights from My RealWorld Project with Express, Knex, and AWS CDK
Ken Yip -
How I Improved Video Streaming with FFmpeg and Node.js
Mohamed Mayallo -
Top comments (11)
Can you elaborate on your toolchain and 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.
Apktool - decompiler apk to smali
Jadx - decompiler apk to jar,java
Burpsuite - network intercept
For CORS, I am sorry I dont know about it.
What scenarios in mobile development do you find reverse engineering to be helpful?
To check whether the apps is secure enough or not.
How do you feel about Flutter?
I think it is great for building hybrid apps! Now I am doing only Android. Maybe in the future will do cross-platform apps.
What do you use reverse engineering for, personally?
Was it difficult getting a mobile dev job? And was prior work experience needed?
Yes, it is difficult because a lot of company expect you know like a junior developer & have knowledge building cross-platform. This is my first job and just graduated last year. I am very grateful that this company accept me working there. For the interview , it just asks me whether I know Java & Android.No coding interview.
I know app build with flutter, the entire logic and UI code is packaged in native so library, Do you have exp that how to reverse flutter app in order to get Dart code?