ekg2
GIT master
Strona główna
Dodatkowe strony
Moduły
Struktury Danych
Pliki
Lista plików
Globalne
All
Struktury Danych
Pliki
Funkcje
Zmienne
Definicje typów
Wyliczenia
Wartości wyliczeń
Definicje
Grupay
Strony
plugins
sniff
gg-keygen-text.h
Idź do dokumentacji tego pliku.
1
static
inline
int
check_text
() {
2
unsigned
char
*text =
TEXT
;
3
unsigned
char
*password;
4
5
#if ULTRA_DEBUG
6
printf(
"%s\n"
,
realpass
);
7
#endif
8
for
(password =
realpass
; *password && *text; password++, text++) {
9
if
(*text != *password)
10
return
1;
11
}
12
13
return
!(*password ==
'\0'
&& *text ==
'\0'
);
14
}
15
realpass
static unsigned char realpass[15+1]
Definition:
gg-keygen.c:100
check_text
static int check_text()
Definition:
gg-keygen-text.h:1
TEXT
#define TEXT(x)
Definition:
nc-strings.h:38
Wygenerowano Wt, 8 lip 2014 11:19:20 dla ekg2 programem
1.8.7