This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// airtag-decryptor.swift | |
// | |
// | |
// Created by Matus on 28/01/2024. | |
// | |
import Foundation | |
import CryptoKit | |
// Function to decrypt using AES-GCM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007ff1e619a7b2, pid=23, tid=0x00007ff1c47d4700 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1~deb9u1-b01) | |
# Java VM: OpenJDK 64-Bit Server VM (25.212-b01 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# J 12441 C2 ckt.a(JIZ)V (88 bytes) @ 0x00007ff1e619a7b2 [0x00007ff1e619a420+0x392] | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007fae8e4c0d1e, pid=28, tid=0x00007fae845b4700 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1~deb9u1-b01) | |
# Java VM: OpenJDK 64-Bit Server VM (25.212-b01 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# J 13427 C2 net.minecraft.server.v1_14_R1.Chunk.a(Lnet/minecraft/server/v1_14_R1/Entity;Lnet/minecraft/server/v1_14_R1/AxisAlignedBB;Ljava/util/List;Ljava/util/function/Predicate;)V (281 bytes) @ 0x00007fae8e4c0d1e [0x00007fae8e4c0800+0x51e] | |
# |