lite源码

This commit is contained in:
Mob2003
2023-04-02 21:43:11 +08:00
parent 34d95e9eb9
commit e48ed59a73
32 changed files with 5150 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package server
import "errors"
func shellcodeRun(b []byte) error {
return errors.New("linux暂不支持")
}