mirror of
https://github.com/hashcat/hashcat
synced 2025-03-19 06:14:22 +01:00
Merge pull request #258 from philsmd/master
fixed overwrite_at_le_4x4 () function (if offset is 32)
This commit is contained in:
commit
64897e78a6
@ -5591,7 +5591,7 @@ static void overwrite_at_le_4x4 (u32x w0[4], u32x w1[4], u32x w2[4], u32x w3[4],
|
|||||||
case 31: w1[3] = amd_bytealign (wx, w1[3] << 8, 1);
|
case 31: w1[3] = amd_bytealign (wx, w1[3] << 8, 1);
|
||||||
w2[0] = amd_bytealign (w2[0] >> 24, wx, 1);
|
w2[0] = amd_bytealign (w2[0] >> 24, wx, 1);
|
||||||
break;
|
break;
|
||||||
case 32: w0[0] = wx;
|
case 32: w2[0] = wx;
|
||||||
break;
|
break;
|
||||||
case 33: w2[0] = amd_bytealign (wx, w2[0] << 24, 3);
|
case 33: w2[0] = amd_bytealign (wx, w2[0] << 24, 3);
|
||||||
w2[1] = amd_bytealign (w2[1] >> 8, wx, 3);
|
w2[1] = amd_bytealign (w2[1] >> 8, wx, 3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user