09-17-2011, 09:45 AM
here is the .restore struct
all you need is the pw_skip variable (and pw_min if you are not doing -m 1900).
Code:
typedef struct
{
uint version_bin;
char cwd[256];
uint argc;
char argv[30][256];
uint pw_min;
uint64 pw_skip;
pid_t pid;
char unused[228];
} restore_data_t;
all you need is the pw_skip variable (and pw_min if you are not doing -m 1900).