-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Description:
The function get_arguments_from_argument_str
within the Quark Script API getParamValue
is designed to filter out irrelevant strings and extract the actual parameter values from the parameter string. These strings may contain information about the source methods and classes of the parameter values.
However, the current accuracy of this function's extraction is suboptimal, leading to the inclusion of non-actual parameter values in the extracted content.
Despite recent improvements to this API (see PR#1), which significantly increased the accuracy of parameter extraction from smali code, there are still some edge cases where the results may not be entirely accurate. Further refinement is planned for the future.