修复加密后编译输出的二进制程序不能读取参数 增加upx压缩二进制输出文件
@@ -10,6 +10,12 @@ all: aes.o sha.o
.c.o:
$(CC) $(CFLAGS) -c $<
install:
cp $(OBJ) /bin/sha
uninstall:
rm /bin/$(OBJ)
clean:
rm -rf *.o
rm $(OBJ)
The note is not visible to the blocked user.