We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!elf_patch
1 parent bf113f3 commit 2eb340aCopy full SHA for 2eb340a
1 file changed
core/internal/agent/handler/c2cmd_runners_dummy.go
@@ -39,3 +39,8 @@ func runLPELinux(cmd *cobra.Command, args []string) {
39
func runSSHHarvesterLinux(cmd *cobra.Command, args []string) {
40
c2transport.C2RespPrintf(cmd, "%s", NotSupportedMsg)
41
}
42
+
43
+// runElfPatchLinux - dummy runner for non-linux targets.
44
+func runElfPatchLinux(cmd *cobra.Command, args []string) {
45
+ c2transport.C2RespPrintf(cmd, "%s", NotSupportedMsg)
46
+}
0 commit comments