mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
hex命令
This commit is contained in:
@@ -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("====================================");
|
||||
|
||||
Reference in New Issue
Block a user