Haeter
Haeter
#### Description Please refer to #324. This PR adds the following one Quark script APIs to detect SQL injection([CWE-89](https://cwe.mitre.org/data/definitions/89.html)). 1. `behaviorInstance.isArgFromMethod(targetMethod)` **Test Plans** - [ ] All tests passed
#### Description Please refer to #324. This PR adds the following two Quark script APIs to detect cleartext storage of sensitive information ([CWE-312](https://cwe.mitre.org/data/definitions/312.html)). 1. `hookMethod(fridaSession, method, overloadFilter, callback, watchArgs)` 2....
**Describe the bug** Memory bursts may occur when using the Radiocontrast API. For example, when taking [this Dex](https://github.com/quark-engine/quark-engine/files/9027918/flubot_payload.zip) as input and generating rules from the method `Lcom/iqiyi/i18n/p4c4a83bb;->onAccessibilityEvent(Landroid/view/accessibility/AccessibilityEvent;)V`, Quark v22.6.1 requires...
**Describe the bug** The summary report of [this sample](https://bazaar.abuse.ch/download/3f00206aaed4612ce4655152b972aeb2787ca4133aeacc8c9acd8c4d38ea3f79/) shows that the following rule that uses inherited APIs reaches 60%. But after looking into the decompiled Smali, Quark seems to...
**Description** Fix #332. This PR aims to - + determine which Rizin executable Quark should use for the Rizin-based analysis. + compile and install an independent Rizin if necessary. It...
**Description** Close #330. This PR aims to 1. remove the logic currently used to parse multiple Dex files. 2. open APKs with a specified protocol to introduce the Multidex support...
**Description** Close #334. This PR updates the Rizin-based analysis library to work with the current development version of Rizin v0.4.x (commit: [de8a5](https://github.com/rizinorg/rizin/commit/de8a5cac5532845643a52d1231b17a7b34feb50a)). It includes the following changes - 1. Update...
**Description** Close #331. Use another field called `lib` to bypass the length limitation since Rizin recently added it to the `isj` command. Thank the Rizin community for this handy feature....
**Is your feature request related to a problem? Please describe.** The upcoming release of Rizin v0.4.x has included features for Dex files, such as cross-reference supports and APIs to get...
**Is your feature request related to a problem? Please describe.** According to [the policy of release versioning](https://github.com/rizinorg/rizin/discussions/757#discussion-3247581), the current Rizin API (0.x.y) should not be considered stable since it's under...