The package is not available.
I’m trying to play with https://www.worproject.com and i have no access to a windows OS.
3 years ago, it was possible to compile this package.
https://forum.manjaro.org/t/is-chntpw-part-of-a-package-somewhere-in-manjaro-arm-or-the-aur/76639/3
Now :
==> Starting build()...
gcc -c -DUSEOPENSSL -g -I. -I/usr/include -Wall libsam.c
gcc -static -DUSEOPENSSL -g -I. -I/usr/include -Wall -o reged.static reged.o ntreg.o edlib.o
libsam.c: In function 'sam_put_grp_members_sid':
libsam.c:514:28: error: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types]
514 | if (gverbose) hexdump(&c->data, 0, c->len, 1);
| ^~~~~~~~
| |
| int *
In file included from libsam.c:47:
ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *'
394 | void hexdump(char *hbuf, int start, int stop, int ascii);
| ~~~~~~^~~~
libsam.c:531:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'void *' [-Wformat=]
531 | if (gverbose) printf(" copying : %d len %x, at %x\n",i,sarray[i].len, sidptr);
| ~^ ~~~~~~
| | |
| unsigned int void *
| %p
libsam.c:542:27: error: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types]
542 | if (gverbose) hexdump(&c->data, 0, c->len, 1);
| ^~~~~~~~
| |
| int *
ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *'
394 | void hexdump(char *hbuf, int start, int stop, int ascii);
| ~~~~~~^~~~
make: *** [Makefile:66: libsam.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
Aborting...