Hello,
I could not get it to compile on Ubuntu 22.04 (x64) as it seems that your "drivers/usb/randomtag.h" is really mixed up and I have not been able to sort through it yet.
RansomTag/test/01.Detection modules$ make
case "`sed 1q ./.depends 2>/dev/null`" in \
''): >> ./.depends;; esac
make -s -f Makefile.build build-dir DIR=. V=0
CC core/main.o
In file included from core/main.c:65:
core/../drivers/usb/ransomtag.h:1: error: unterminated #ifndef
1 | #ifndef _RANSOMTAG_H
|
core/main.c: In function ‘print_boot_msg’:
core/main.c:84:5: warning: implicit declaration of function ‘win_ransomtag_init’ [-Wimplicit-function-declaration]
84 | win_ransomtag_init(); //ransomtag
| ^~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile.build:145: core/main.o] Error 1
make[1]: *** [Makefile.build:136: core/output.o_p] Error 2
make: *** [Makefile:43: build-all] Error 2
Hello,
I could not get it to compile on Ubuntu 22.04 (x64) as it seems that your "drivers/usb/randomtag.h" is really mixed up and I have not been able to sort through it yet.