ptswarm / reFlutter

Flutter Reverse Engineering Framework
GNU General Public License v3.0
1.29k stars 180 forks source link

Is that possible we can print the parameters of the function? #31

Open hpp0hpp opened 3 years ago

hpp0hpp commented 3 years ago

Maybe only the String parameter

Impact-I commented 3 years ago

Hi @hpp0hpp , At the moment, the output of the code is at the beta stage. Please take a look at the To Do list

For the label "New feature or request", describe in more detail what you want, preferably with a sample code on Dart. Do you mean type or value?

Thanks

hpp0hpp commented 3 years ago

For the label "New feature or request", describe in more detail what you want, preferably with a sample code on Dart. Do you mean type or value?

Hi @Impact-I , This is really a great job. I mean, is that possible to use dartVM not only print out the function name, maybe also print out the parameters value and return value during the runtime?

this is more easier to understand what the code is doing.

Impact-I commented 3 years ago

@hpp0hpp, The functions are output when reading a snapshot, and not when calling functions, so it is not known which string will be passed to this or that function. I'll see what can be done in the future, maybe I can find a way.

hpp0hpp commented 2 years ago

@Impact-I Hi, do you have plan for this feature to print out the parameters value?

Or can you guide me a way to do this?