Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
char committed Oct 31, 2024
1 parent 24033cc commit 89a16e1
Show file tree
Hide file tree
Showing 53 changed files with 52 additions and 52 deletions.
Empty file added .!73497!.DS_Store
Empty file.
2 changes: 1 addition & 1 deletion ellekit/API/Libhooker.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/API/MobileSubstrate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import ObjectiveC
import MachO
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/Branches.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

public func disassembleBranchImm(_ opcode: UInt64) -> Int {
var imm = (opcode & 0x3FFFFFF) << 2
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/Execute.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import Darwin
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/General.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/Math.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/Rebind.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/Register.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Assembler/ptrauth.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/ExceptionHandler/Exception.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import Darwin
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Globals.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import os.log
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Batch.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Clobber.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Debugged.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Hook.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Orig.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Sizing.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Slide.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import MachO
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Trampoline/Trampoline+Location.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/C/Trampoline/Trampoline.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/JITLess.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Languages/Objective-C.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Mach-O/Image.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import MachO
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Mach-O/Load Commands.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Mach-O/Symbols.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team


import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ellekit/Misc/Bits.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

func reverse<T: FixedWidthInteger>(_ base: T) -> T {
((base>>24)&0xff) | ((base<<8)&0xff0000) | ((base>>8)&0xff00) | ((base<<24)&0xff000000)
Expand Down
2 changes: 1 addition & 1 deletion ellekit/PAC/PAC.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekit/Threading/Global.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion ellekitc/JITLess.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion ellekitc/ellekitc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#if __arm64e__
#include <ptrauth.h>
Expand Down
2 changes: 1 addition & 1 deletion ellekitc/include/ellekit.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include <mach/mach.h>

Expand Down
2 changes: 1 addition & 1 deletion ellekitc/include/mach.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

extern kern_return_t
mach_vm_allocate(mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, int flags);
Expand Down
2 changes: 1 addition & 1 deletion ellekitc/routines.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#if __x86_64__
.intel_syntax noprefix
Expand Down
2 changes: 1 addition & 1 deletion injector/injector.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include "injector.h"

Expand Down
2 changes: 1 addition & 1 deletion injector/injector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#ifndef injector_h
#define injector_h
Expand Down
2 changes: 1 addition & 1 deletion launchd/Implementations.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion launchd/Rebinds.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion launchd/Replacements.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion launchd/Tweak.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion launchd/entry.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation
import os.log
Expand Down
2 changes: 1 addition & 1 deletion launchd/envp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion launchd/launchd-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include "../ellekitc/include/ellekit.h"
#include "fishhook/fishhook.h"
2 changes: 1 addition & 1 deletion launchd/load.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

.align 4
.mod_init_func
Expand Down
2 changes: 1 addition & 1 deletion launchd/safe mode/handler.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#if false

Expand Down
2 changes: 1 addition & 1 deletion loader/launchd.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion loader/main.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion loader/pac.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include "pac.h"
#include <ptrauth.h>
Expand Down
2 changes: 1 addition & 1 deletion loader/pac.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

#include <mach/arm/thread_status.h>
#include <mach/mach.h>
Expand Down
2 changes: 1 addition & 1 deletion sb/button.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion sb/load.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// This file is licensed under the BSD-3 Clause License
// Copyright 2022 © Charlotte Belanger
// Copyright 2022 © ElleKit Team

.mod_init_func
.quad _tweak_entry
Loading

0 comments on commit 89a16e1

Please sign in to comment.