|
Message-ID: <20110918082824.GA24184@openwall.com> Date: Sun, 18 Sep 2011 12:28:24 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: integer limit reached Pablo - On Sun, Sep 18, 2011 at 08:22:55AM +0400, Solar Designer wrote: > Yes, you may hack your copy of John to make external mode's int 64-bit, > although I don't recommend that. It's this line in compiler.h: > > /* > * Data type used by compiled programs. > */ > typedef int c_int; > > And you will also need to patch c_getint() in compiler.c. I implemented the latter changes myself, because they're a generally desirable correction: http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/john/john/src/compiler.c.diff?r1=1.8;r2=1.9 (Now this is actually a john-dev topic.) > Once again, I really don't recommend it. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.