Activate reordering or files to help integration into linux distributions
Details can be found here: https://github.com/hashcat/oclHashcat/issues/20
This commit is contained in:
@@ -70,6 +70,9 @@ typedef UINT32 uint;
|
||||
typedef UINT64 uint64_t;
|
||||
|
||||
typedef HINSTANCE HM_LIB;
|
||||
|
||||
#define mkdir(name,mode) mkdir (name)
|
||||
|
||||
#endif
|
||||
|
||||
#define SPEED_CACHE 128
|
||||
|
||||
+2
-1
@@ -108,7 +108,7 @@
|
||||
#define INDUCT_DIR "induct"
|
||||
#define OUTFILES_DIR "outfiles"
|
||||
|
||||
#define LOOPBACK_FILE "loopback"
|
||||
#define LOOPBACK_FILE "hashcat.loopback"
|
||||
|
||||
/**
|
||||
* types
|
||||
@@ -1922,6 +1922,7 @@ void dump_hex (const char *s, size_t size);
|
||||
|
||||
void truecrypt_crc32 (char *file, unsigned char keytab[64]);
|
||||
|
||||
char *get_exec_path ();
|
||||
char *get_install_dir (const char *progname);
|
||||
char *get_profile_dir (const char *homedir);
|
||||
char *get_session_dir (const char *profile_dir, const char *session);
|
||||
|
||||
@@ -1081,6 +1081,7 @@ typedef struct
|
||||
char *install_dir;
|
||||
char *profile_dir;
|
||||
char *session_dir;
|
||||
char *shared_dir;
|
||||
char *outfile;
|
||||
uint outfile_format;
|
||||
uint outfile_autohex;
|
||||
|
||||
Reference in New Issue
Block a user