Skip to content
View x56's full-sized avatar
Block or Report

Block or report x56

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. airpyrt-tools airpyrt-tools Public archive

    Python module and client for the AirPort device management interface

    Python 150 29

  2. darwin-on-arm/xnu darwin-on-arm/xnu Public

    Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.

    C 581 146

  3. Bootrom-Dumper Bootrom-Dumper Public

    Forked from Chronic-Dev/Bootrom-Dumper

    Utility to Dump iPhone Bootrom

    C 3

  4. serial_keyboard_init() serial_keyboard_init()
    1
    /* refer to osfmk/console/serial_general.c */
    2
    
    
    3
    .globl _cereal64
    4
    _cereal64:
    5
    	/* do the important parts of serial_keyboard_init() */
  5. Script for downloading all available... Script for downloading all available AirPort device firmwares
    1
    #!/usr/bin/env python
    2
    
    
    3
    import errno
    4
    import os
    5
    import plistlib
  6. IDAPython script to name and create ... IDAPython script to name and create structs for all CFLString objects
    1
    import idaapi
    2
    import idc
    3
    #import idautils
    4
    import sys
    5