Skip to content

Commit a5aaf04

Browse files
authored
Fix Quark Script Agent Image in README (#38)
1 parent e5ef717 commit a5aaf04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ Here are two prompts, each for executing different analysis processes.
3434
```
3535
1st Prompt: Initialize the rule instance with the rule path set to "rule.json"
3636
```
37-
Used Quark Script APIs/Tools that LLM used: `Rule()`
37+
Used Quark Script APIs/Tools that LLM used: `loadRule`
3838

3939
```
4040
2nd Prompt: Run Quark Analysis using the rule instance on the apk sample "ovaa.apk",
4141
and Check if the parameters are hard-coded. If yes, display the hard-coded values.
4242
```
43-
Used Quark Script APIs/Tools that LLM used: `runQuarkAnalysis()`, `getParameterValues()` and `isHardCoded()`
43+
Used Quark Script APIs/Tools that LLM used: `runQuarkAnalysis`, `getBehaviorOccurList`, `getParameterValues` and `isHardCoded`
4444

45-
The `Rule()`, `runQuarkAnalysis()`, `getParameterValues()`, and `isHardCoded()` functions are treated as **tools** within LangChain, enabling them to be invoked through the `gpt-4o` model to analyze and identify [CWE-798](https://cwe.mitre.org/data/definitions/798.html) vulnerabilities in the [ovaa.apk](https://github.com/oversecured/ovaa) sample.
45+
The `loadRule`, `runQuarkAnalysis`, `getBehaviorOccurList`, `getParameterValues`, and `isHardCoded` functions are treated as **tools** within LangChain, enabling them to be invoked through the `gpt-4o` model to analyze and identify [CWE-798](https://cwe.mitre.org/data/definitions/798.html) vulnerabilities in the [ovaa.apk](https://github.com/oversecured/ovaa) sample.
4646

47-
<img width="829" alt="截圖 2024-07-26 下午9 25 23" src="https://github.com/user-attachments/assets/14de8563-e52e-4bdc-9960-ec73cbd10ada">
47+
<img width="845" alt="截圖 2024-07-27 下午8 45 25" src="https://github.com/user-attachments/assets/1dd8fb68-9ab4-4afc-a15a-006ff468a883">
4848

4949

5050
* Notes:

0 commit comments

Comments
 (0)