9 lines
154 B
Protocol Buffer
9 lines
154 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: CILPGEMKHFH
|
|
enum LuaShellType {
|
|
LUASHELL_NONE = 0;
|
|
LUASHELL_NORMAL = 1;
|
|
LUASHELL_SECURITY = 2;
|
|
LUASHELL_SHELL_CODE = 3;
|
|
}
|