|
Message-ID: <20120610212517.41822uy5yep51ti5@webmail.set-ezine.org> Date: Sun, 10 Jun 2012 21:25:17 +0200 From: madfran@...-ezine.org To: john-users@...ts.openwall.com Subject: External mode: Keyboard Cyrilic Hi, I am trying to adapt the external mode Keyboard to a Cyrilic keyboard. Attached small part of the modification in john.conf. How editor I use Microsoft Word and I save the file in Cyrilic Windows code. When I launch john, the program fail. # ./john --format=nt2 --external=Keyboard2 --session=key2 list.txt Segmentation fault (core dumped) I use John 1.7.9 jumbo under cygwin. Solution? Regards, ************************************************************* i = 0; while (i < 0x40) k[i++] = 0; k[0] = '`'; i = 0; while (++i <= 9) k[i] = '0' + i; k[10] = '0'; k[11] = '-'; k[12] = '='; k[0x11] = 'й'; k[0x12] = 'ц'; k[0x13] = 'у'; k[0x14] = 'к';
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.