Projects STRLCPY nanorobeus Commits 0095a15b
🤬
  • ■ ■ ■ ■
    source/entry.c
    skipped 117 lines
    118 118   (MSVCRT$strcmp(command, "dump") == 0)) {
    119 119   if (MSVCRT$strcmp(arg1, "") != 0) {
    120 120   if (MSVCRT$strcmp(arg1, "/luid") == 0) {
    121  - if (arg2 != NULL) {
     121 + if (MSVCRT$strcmp(arg2, "") != 0) {
    122 122   luid.LowPart = MSVCRT$strtol(arg2, NULL, 16);
    123 123   if (luid.LowPart == 0 || luid.LowPart == LONG_MAX || luid.LowPart == LONG_MIN) {
    124 124   PRINT(dispatch, "[!] Specify valid /luid\n");
    skipped 98 lines
Please wait...
Page is in error, reload to recover