在工业生产与精密加工领域,水射流技术正以其独特的非接触式切割和高效清洁能力崭露头角。这种技术通过高压水流或复合激光的精准操控,既能实现金属板材的复杂切割,又能完成精密部件的无损清洗, 'path'}, 'required': ['path', 'xml_name']}, 'strict': False}
```

- `search_methods`:
```json
{'name': 'search_methods', 'description': '搜索类中的方法名。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'class_name': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'class_name', 'keyword']}, 'strict': False}
```
- `read_manifest`:
```json
{'name': 'read_manifest', 'description': '读取AndroidManifest.xml', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}}, 'required': ['path']}, 'strict': False}
```
- `search_resources`:
```json
{'name': 'search_resources', 'description': '搜索资源文件(如layout、drawable)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'keyword']}, 'strict': False}
```
- `read_dex_strings`:
```json
{'name': 'read_dex_strings', 'description': '读取DEX中的所有字符串(如URL、IP)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}}, 'required': ['path']}, 'strict': False}
```
- `search_fields`:
```json
{'name': 'search_fields', 'description': '搜索类中的字段名。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'class_name': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'class_name', 'keyword']}, 'strict': False}
```
- `search_all_methods`:
```json
{'name': 'search_all_methods', 'description': '全局搜索方法名(所有类)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'keyword']}, 'strict': False}
```
- `read_resource_file`:
```json
{'name': 'read_resource_file', 'description': '读取APK中的资源文件(如PNG)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'resource_name': {'type': 'string'}}, 'required': ['path', 'resource_name']}, 'strict': False}
```
- `search_all_fields`:
```json
{'name': 'search_all_fields', 'description': '全局搜索字段名(所有类)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'keyword']}, 'strict': False}
```
- `search_all_classes`:
```json
{'name': 'search_all_classes', 'description': '全局搜索类名(所有类)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'keyword': {'type': 'string'}}, 'required': ['path', 'keyword']}, 'strict': False}
```
- `read_smali_code`:
```json
{'name': 'read_smali_code', 'description': '读取Smali代码文件(smali文件夹中的文件)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'smali_path': {'type': 'string'}}, 'required': ['path', 'smali_path']}, 'strict': False}
```
- `read_resource_json`:
```json
{'name': 'read_resource_json', 'description': '读取APK中的JSON文件(如res/raw)。', 'parameters': {'type': 'object', 'properties': {'path': {'type': 'string'}, 'json_name': {'type': 'string'}}, 'required': ['path', 'json_name']}, 'strict': False}
```
Function
```json
{"name":"ls"}
```
```json
{}
```
Function
```json
{"name":"read_manifest","parameters":{"path":"base.apk"}}
```
```json
{"path":"base.apk"}
```
Function
```json
{"name":"search_all_classes","parameters":{"path":"base.apk","keyword":"MainActivity"}}
```
```json
{"path":"base.apk","keyword":"MainActivity"}
```
Function
```json
{"name":"search_all_methods","parameters":{"path":"base.apk","keyword":"onCreate"}}
```
```json
{"path":"base.apk","keyword":"onCreate"}
```
Function
```json
{"name":"search_strings","parameters":{"path":"base.apk","keyword":"http"}}
```
```json
{"path":"base.apk","keyword":"http"}
```
Function
```json
{"name":"read_dex_strings","parameters":{"path":"base.apk"}}
```
```json
{"path":"base.apk"}
```




