mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
smh
This commit is contained in:
14
AltStoreCore/ptrace.h
Normal file
14
AltStoreCore/ptrace.h
Normal 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 */
|
||||
Reference in New Issue
Block a user