print hex

This commit is contained in:
Such Meme, Many Skill
2019-12-07 21:49:58 +01:00
parent b0094f133c
commit 8731550688
6 changed files with 59 additions and 8 deletions

View File

@@ -30,7 +30,8 @@ enum filemenuoptions {
COPY = 1,
MOVE,
DELETE,
PAYLOAD
PAYLOAD,
HEXVIEW
};
int readfolder(const char *path);