Add $EMUMMC$ flag, add DEL and DEL-R commands to scripting

This commit is contained in:
Such Meme, Many Skill
2020-02-07 12:19:46 +01:00
parent 37ce49a31f
commit eecefd634c
4 changed files with 35 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ menu_item explfilemenu[11] = {
{"Move to clipboard", COLOR_BLUE, MOVE, 1},
{"\nDelete file\n", COLOR_RED, DELETE, 1},
{"Launch Payload", COLOR_ORANGE, PAYLOAD, 1},
{"Launch Script", COLOR_BLUE, SCRIPT, 1},
{"Launch Script", COLOR_YELLOW, SCRIPT, 1},
{"View Hex", COLOR_GREEN, HEXVIEW, 1}
};