X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fshared.h;h=ab8f517860b443aa3efd8b2822b3c91679da5cc5;hb=268b1e3ad08c84b369fbd2a58cc2dce4eebefedb;hp=3e94d23a21de82d1d4d3f23a6a3f6e2677b0d2cb;hpb=68f040680a5e136771e7816051e560f80b2ea62c;p=hashcat.git diff --git a/include/shared.h b/include/shared.h index 3e94d23..ab8f517 100644 --- a/include/shared.h +++ b/include/shared.h @@ -1668,6 +1668,7 @@ int veracrypt_parse_hash_327661 (char *input_buf, uint input_len, hash_t *hash int veracrypt_parse_hash_655331 (char *input_buf, uint input_len, hash_t *hash_buf); int win8phone_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf); +void naive_escape (const char *cpath_real, char *cpath_escaped); void load_kernel (const char *kernel_file, int num_devices, size_t *kernel_lengths, const u8 **kernel_sources); void writeProgramBin (char *dst, u8 *binary, size_t binary_size);