Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Lakr233's full-sized avatar
:octocat:
Vegetable - Verified by GitHub

Lakr Lakr233

:octocat:
Vegetable - Verified by GitHub
View GitHub Profile
@Lakr233
Lakr233 / README.md
Created January 20, 2022 17:52 — forked from IsaacXen/README.md
(Almost) Every WWDC videos download links for aria2c.
@Lakr233
Lakr233 / untether.txt
Last active September 24, 2021 06:08 — forked from spacepilotAV/untether.txt
Forked from https://gist.github.com/spacepilotAV/2ed38315ffa9f7804101e6c0359c514a better release tomorrow, but for now, i'll release part of the method.
i'll do a better release tomorrow or something, but to keep my promise, here's a gist
bug2:
platform-application bypass,
/usr/bin/fileproviderctl is a binary with a purpose i'm not sure of, however, it executes /usr/local/bin/fileproviderctl_internal when run
make /usr/local/bin/fileproviderctl_internal a symlink to your code to execute, and replace a daemon with /usr/bin/fileproviderctl
recommended to use wifiFirmwareLoader, and SUID fileproviderctl with mobile:mobile (if it runs as root containermanagerd has a seizure)
boom, BFU code exec on >11.xish -> 14.xish
bug3:
platform-application bypass,
@Lakr233
Lakr233 / alltheflags.md
Created September 9, 2021 08:31 — forked from CodaFi/alltheflags.md
Every Option and Flag /swift (1.2) Accepts Ever

#Every Single Option Under The Sun

  • optimization level options
  • automatic crashing options
  • debug info options
  • swift internal options
  • swift debug/development internal options
  • linker-specific options
  • mode options
class Solution {
public:bool isUgly(long n) {
if (n < 1) return false ;
switch (n) {
case 1: return true;
case 2: return true;
case 3: return true;
case 4: return true;
case 5: return true;
case 6: return true;
# Unlicensed file found on internet
import random
stencil = '{n40}是{v0}{n41},{v1}行业{n30}。{n42}是{v2}{n20}{n43},通过{n31}和{n32}达到{n33}。' \
'{n44}是在{n45}采用{n21}打法达成{n46}。{n47}{n48}作为{n22}为产品赋能,{n49}作为{n23}' \
'的评判标准。亮点是{n24},优势是{n25}。{v3}整个{n410},{v4}{n26}{v5}{n411}。{n34}是{n35}' \
'达到{n36}标准。'
num = {'v': 6, 'n2': 7, 'n3': 7, 'n4': 12}
@Lakr233
Lakr233 / pac.md
Created February 2, 2021 09:58
pac.md from xnu-7195.60.75

ARMv8.3 Pointer Authentication in xnu

Introduction

This document describes xnu's use of the ARMv8.3-PAuth extension. Specifically, xnu uses ARMv8.3-PAuth to protect against Return-Oriented-Programming (ROP) and Jump-Oriented-Programming (JOP) attacks, which attempt to gain control flow over a victim program by overwriting return addresses or function pointers

#!/usr/local/bin/python3
# encoding: utf-8
import tweepy
###########################
# Twitter API credentials #
###########################
consumer_key = ""
consumer_secret = ""