This commit is contained in:
June
2024-12-26 15:33:48 +09:00
parent 01084039df
commit aca81321bf
2 changed files with 41 additions and 0 deletions

14
AltStoreCore/ptrace.h Normal file
View File

@@ -0,0 +1,14 @@
//
// ptrace.h
// AltStore
//
// Created by June P on 12/26/24.
// Copyright © 2024 SideStore. All rights reserved.
//
#ifndef ptrace_h
#define ptrace_h
int ptrace(int request, pid_t pid, caddr_t addr, int data);
#endif /* ptrace_h */