rscloura / Doldrums

A Flutter/Dart reverse engineering tool
778 stars 117 forks source link

Does it support obfuscated binary? #3

Closed febryan-dev closed 3 years ago

febryan-dev commented 3 years ago

Hello, it's great I discovered Doldrums and it works perfectly. However, I would like to ask or confirm if doldrums can handle obfuscated binary of flutter app as well, since flutter devs can use --obfuscate flag prior compiling or building the app.

rscloura commented 3 years ago

Hi! I have yet to start looking into obfuscated binaries of Flutter/Dart. It might be the case that the obfuscation simply mangles method and class names, in which case Doldrums should still work fine. If it's any more complex than that, it may need some additional support. But currently... I myself don't know!

febryan-dev commented 3 years ago

I would like to invite you to my project. Can you come in?

rscloura commented 3 years ago

To tackle obfuscated Dart?