Skip to content

Inaccurate Parameter Extraction in getParamValue API #665

@pulorsok

Description

@pulorsok

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions