General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile

This commit is contained in:
jsteube
2018-07-30 13:23:48 +02:00
parent 0e2c94c695
commit cd0923f1b8
5 changed files with 163 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ bool hc_path_exist (const char *path);
bool hc_path_read (const char *path);
bool hc_path_write (const char *path);
bool hc_path_create (const char *path);
bool hc_path_has_bom (const char *path);
bool hc_string_is_digit (const char *s);