feat: support dubbo service memshell

This commit is contained in:
ReaJason
2026-03-21 00:51:42 +08:00
parent 25e1b3964a
commit 51b7e8e17f
32 changed files with 1233 additions and 274 deletions
+2
View File
@@ -152,6 +152,8 @@ export interface MemShellResult {
injectorClassName: string;
injectorSize: number;
injectorBytesBase64Str: string;
injectorHelperBytesBase64Str: string;
injectorHelperSize: number;
shellConfig: ShellConfig;
shellToolConfig:
| CommandShellToolConfig