Skip to content

Commit

Permalink
update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jan 24, 2024
1 parent c7693d4 commit 4faa5e4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions VtoyTool/vtoykmod.c
Expand Up @@ -644,6 +644,16 @@ int vtoykmod_main(int argc, char **argv)
}
}

if (verbose)
{
printf("==== Dump Argv ====\n");
for (i = 0; i < argc; i++)
{
printf("<%s> ", argv[i]);
}
printf("\n");
}

if (argv[1][0] == '-' && argv[1][1] == 'f')
{
return vtoykmod_fill_param(argv + 2);
Expand Down
Binary file modified VtoyTool/vtoytool/00/vtoytool_32
Binary file not shown.
Binary file modified VtoyTool/vtoytool/00/vtoytool_64
Binary file not shown.
Binary file modified VtoyTool/vtoytool/00/vtoytool_aa64
Binary file not shown.
Binary file modified VtoyTool/vtoytool/00/vtoytool_m64e
Binary file not shown.

0 comments on commit 4faa5e4

Please sign in to comment.