You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc -DUSEOPENSSL -g -I. -I/usr/include -Wall -o chntpw chntpw.o ntreg.o edlib.o libsam.o -L/usr/lib64
/nix/store/2nk952dds3mrpz3spny7d2rzsl0b14fd-binutils-2.23.1-dev/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/nix/store/cpsjnimypd5n9hyd4mlma8lv4afd0ypj-glibc-2.21-static/lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
Where does one read about the new rules of engagement in the
closure-size
?It appears as if chntpw fails because a static variant of libc is no longer included:
How do I feed chntpw a static libc?
The text was updated successfully, but these errors were encountered: