Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Feb 22, 2024
1 parent b4e92bf commit 302bcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FishHook/FishHook.swift
@@ -1,8 +1,8 @@
@_exported import MachOKit

var rebindingsEntry: [RebindingsEntry] = []

public enum FishHook {
static var rebindingsEntry: [RebindingsEntry] = []

@inline(__always)
public static func rebind_symbols_image(
machO: MachOImage,
Expand Down

0 comments on commit 302bcbc

Please sign in to comment.