breakpoint_on_api_group
Set breakpoints on all APIs in a category at once, saving many calls compared to manual setup.
Instructions
Set breakpoints on all APIs in a category at once. Saves many calls vs setting each manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | memory: VirtualAlloc/Protect/Free, HeapAlloc/Free. process: CreateProcess/RemoteThread, OpenProcess. file: CreateFile/ReadFile/WriteFile/DeleteFile. registry: RegOpen/Set/QueryValueEx. network: connect/send/recv/InternetOpen/HttpOpenRequest. inject: WriteProcessMemory/CreateRemoteThread/QueueUserAPC. crypto: CryptEncrypt/Decrypt, BCrypt*. anti-debug: IsDebuggerPresent/CheckRemoteDebuggerPresent/NtQueryInformationProcess. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |