Files
SideStore/MacDirtyCow/MacDirtyCow.h
2023-11-28 19:20:51 +09:00

22 lines
615 B
Objective-C

//
// 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"