feat: support command encryptor

This commit is contained in:
ReaJason
2025-04-28 00:48:39 +08:00
parent 28098d12b6
commit 6fa58e823d
26 changed files with 456 additions and 187 deletions
+1
View File
@@ -43,6 +43,7 @@ export function transformToPostData(formValue: FormSchema) {
headerName: formValue.headerName,
headerValue: formValue.headerValue,
shellClassBase64: formValue.shellClassBase64,
encryptor: formValue.encryptor,
};
const injectorConfig: InjectorConfig = {