extract flutter source code from release apk
Asked Answered
F

2

6

Actually I have lost my source code to my app and what I am left with is release apk. I come across some answers of extracting source code from debug apk. But I am afraid that I don't have debug apk.

So is there any way to get source code or have I lost it totally?

Thanks in advance for answer.

Foucquet answered 3/3, 2021 at 8:53 Comment(0)
C
1

It's hard, but not impossible to extract source code from a Release apk, mostly reverse engineering.

There are some projects / blogs talking about this:

If you're looking for only a part of the code, try binary instrumentation (Frida)

Commander answered 15/1, 2023 at 18:3 Comment(0)
W
0

You can't export the source code from apk

Withdraw answered 3/3, 2021 at 10:19 Comment(2)
So basically I have lost my source code. Right??Foucquet
Yes, unfortunately.Withdraw

© 2022 - 2024 — McMap. All rights reserved.