e-ago / bitcracker

BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
GNU General Public License v2.0
796 stars 187 forks source link

utils.c does not build #53

Open ChristianOberleitner opened 1 year ago

ChristianOberleitner commented 1 year ago

in src_OpenCL/utils.c at the end of line 186 a } has been put in that does not belong there and causes the build to fail

(*mac)[j] |= p[i+1] <= '9' ? p[i+1] - '0' : toupper(p[i+1]) - 'A' + 10; }