feat(MDC): experimental mdc

This commit is contained in:
junepark678
2023-11-28 19:20:51 +09:00
parent 42ecd38517
commit 0e9deea7a6
17 changed files with 2453 additions and 39 deletions

21
MacDirtyCow/MacDirtyCow.h Normal file
View File

@@ -0,0 +1,21 @@
//
// MacDirtyCow.h
// MacDirtyCow
//
// Created by June P on 2023/11/28.
// Copyright © 2023 SideStore. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for MacDirtyCow.
FOUNDATION_EXPORT double MacDirtyCowVersionNumber;
//! Project version string for MacDirtyCow.
FOUNDATION_EXPORT const unsigned char MacDirtyCowVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MacDirtyCow/PublicHeader.h>
#include "grant_full_disk_access.h"
#include "helpers.h"
#include "vm_unaligned_copy_switch_race.h"