Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 29 Mar 2012 05:30:21 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: Compile john in Windows 64 bits

On Wed, Mar 28, 2012 at 08:03:38PM +0200, magnum wrote:
> Not sure how to handle the 32-bit longs.

I think we simply need to set ARCH_WORD to "long long" and to patch
memory.c's uses of "long" to use some new type that we'd typedef inside
an #ifdef to either "long" (most platforms) or "long long" (Win64).

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.