Skip to content

Instantly share code, notes, and snippets.

View al3xtjames's full-sized avatar

Alex James al3xtjames

View GitHub Profile
little_endian
requires 0 "50 53 56 00" ; # "PSV\0"
ascii 4 "Signature"
set version [uint32 "Version"]
set flags [uint32 "Flags"]
set key1 [hex 16 "Key 1"]
set key2 [hex 16 "Key 2"]
set signature [hex 20 "Signature"]
set hash [hex 32 "Image Hash"]
set image_size [uint64 "Image Size"]
@al3xtjames
al3xtjames / pci_option_rom.tcl
Last active April 2, 2023 13:14
Hex Fiend binary template for PCI option ROMs
# PCI option ROM binary template
little_endian
set image_num 0
set image_offset 0
set has_next_image 1
while {$has_next_image == 1} {
section "ROM Header $image_num" {
@al3xtjames
al3xtjames / reddit-carbon.user.css
Last active January 8, 2023 05:58
Carbon for Reddit by ggitaliano, with additional fixes
/* ==UserStyle==
@name Carbon for Reddit
@namespace USO Archive
@author Xyl
@description `Created by /u/ggitaliano and updated by me.For the best experience, you should go to https://www.reddit.com/prefs/ and do the following:Disable "allow subreddits to show me custom themes"Disable "Use the redesign as my default experience"Enable "View user profiles on desktop using legacy mode"Enable "show legacy search page"If you're using RES, disable night mode and Style Tweaks > Nav Top.`
@version 20230107.0.0
@license CC0-1.0
@preprocessor uso
@updateURL https://gist.githubusercontent.com/al3xtjames/fbf7356f1fc914d313408b87cb661263/raw/reddit-carbon.user.css?cache=false
==/UserStyle== */
#!/usr/bin/env python3
#
# git clone https://github.com/ryanoasis/nerd-fonts && cd nerd-fonts
# curl -O <this script>
# mkdir incomplete
# find ~/Downloads/Input-Font/Input_Fonts/InputMono/InputMono -name '*.ttf' | parallel fontforge -script font-patcher --mono --adjust-line-height --quiet --outputdir incomplete {}
# mkdir complete
# find ~/Downloads/Input-Font/Input_Fonts/InputMono/InputMono -name '*.ttf' | parallel fontforge -script font-patcher --mono --adjust-line-height --quiet --complete --outputdir complete {}
# python3 gen-input-mono-nf.py
# rm -rf incomplete complete
From 0e8718ee00902ebcc5910ed953b45d67ed665cc5 Mon Sep 17 00:00:00 2001
From: Alex James <theracermaster@gmail.com>
Date: Sun, 14 Mar 2021 20:12:15 -0500
Subject: [PATCH] init: Fix shell prompts on Termux
Backport of https://github.com/sorin-ionescu/prezto/pull/1561
---
init.zsh | 11 +++++++++++
1 file changed, 11 insertions(+)
@al3xtjames
al3xtjames / soundcloud-quite-dark.user.css
Last active November 3, 2023 03:04
SoundCloud Quite Dark user style by pawelos076232, with additional fixes
/* ==UserStyle==
@name SoundCloud - Quite Dark
@namespace USO Archive
@author pawelos076232
@description `Quite dark style for the SoundCloud`
@version 20231102.0.1
@license NO-REDISTRIBUTION
@preprocessor uso
@updateURL https://gist.githubusercontent.com/al3xtjames/321c7750cf952551e47c4824c0aae387/raw/soundcloud-quite-dark.user.css?cache=false
==/UserStyle== */
From 4d4919ba08fcf95e4d6e727f369737ac513b3540 Mon Sep 17 00:00:00 2001
From: Alex James <theracermaster@gmail.com>
Date: Sun, 11 Jul 2021 21:26:50 -0500
Subject: [PATCH] macOS build: add script to generate app bundle
---
packaging/macos/build_app_bundle.sh | 72 +++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100755 packaging/macos/build_app_bundle.sh
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 8d4ebe095..586279e41 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1066,6 +1066,13 @@ static int pci_raw_set_power_state(struct pci_dev *dev, pci_power_t state)
|| (state == PCI_D2 && !dev->d2_support))
return -EIO;
+ /*
+ * Check if we have a bad combination of bridge controller and nvidia
@al3xtjames
al3xtjames / authvargen.py
Last active January 23, 2022 20:56
Miscellaneous Secure Boot scripts
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import datetime
import pathlib
import shutil
import ssl
import struct
import subprocess
diff --git a/Library/OcMainLib/OpenCoreUefi.c b/Library/OcMainLib/OpenCoreUefi.c
index fb1ec184..88ff8a95 100644
--- a/Library/OcMainLib/OpenCoreUefi.c
+++ b/Library/OcMainLib/OpenCoreUefi.c
@@ -808,6 +808,52 @@ OcReserveMemory (
}
+STATIC
+VOID