hex命令

This commit is contained in:
2026-02-28 19:24:02 +08:00
parent 58df162054
commit c5fc081977
8 changed files with 378 additions and 3 deletions

View File

@@ -409,7 +409,7 @@ namespace CMLeonOS
"cpass", "hostname", "ipconfig", "setdns", "setgateway", "nslookup",
"ping", "wget", "ftp", "tcpserver", "tcpclient", "lua", "lua2cla", "cla",
"branswe", "beep", "env", "whoami", "uptime", "alias",
"unalias", "base64", "testgui", "ps", "kill"
"unalias", "base64", "testgui", "ps", "kill", "hex"
};
}
@@ -1066,6 +1066,11 @@ namespace CMLeonOS
Commands.System.KillCommand.KillProcess(args, ShowError, ShowWarning);
}
public void EditHexFile(string args)
{
Commands.Utility.HexCommand.EditHexFile(args);
}
public void CreateFTP()
{
Console.WriteLine("====================================");