mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
22 lines
615 B
Objective-C
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"
|