Initial commit: HenLoader 12.52 with auto-executing Poops exploit

This commit is contained in:
2025-11-26 14:58:28 +01:00
commit d6615910db
98 changed files with 26431 additions and 0 deletions

19
thirdparty/makefs/udf/Makefile vendored Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile.inc,v 1.2 2013/08/05 18:45:00 reinoud Exp $
#
UDF= ${NETBSDSRCDIR}/sys/fs/udf
UDF_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_udf
FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
.PATH: ${.CURDIR}/udf ${UDF} ${UDF_NEWFS} ${FSCK}
CPPFLAGS+= -I${UDF} -I${UDF_NEWFS} -I${FSCK}
SRCS += udf_create.c udf_write.c udf_osta.c newfs_udf.c
objs:
$(CC) -o udf_osta.o udf_osta.c
$(CC) -o udf_create.o udf_create.c
$(CC) -o udf_write.o udf_write.c
ar rs libudf.a *.o