?? common.h
字號(hào):
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer *//* * Things common to many ciphertext formats. */#ifndef _JOHN_COMMON_H#define _JOHN_COMMON_H/* * ASCII <-> binary conversion tables. */extern char itoa64[64];extern /* signed */ char atoi64[0x100];/* * Initializes the tables. */extern void common_init();#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -