micetools/src/micetools/miceboot/truecrypt.c

6 lines
98 B
C
Raw Normal View History

2022-10-30 17:33:02 +00:00
#include <stdio.h>
int main(int argc, char** argv) {
puts("TrueCrypt.exe dummy hit");
}