Defend against apps with encrypted binaries

This commit is contained in:
alfiecg24
2023-12-10 15:47:58 +00:00
parent 0759b7717a
commit 16d4771621
21 changed files with 205 additions and 136 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ $(TARGET): $(wildcard src/*.m src/*.c)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
clean:
@rm -f $(TARGET)
@rm -f $(TARGET)