Skip to content

Instantly share code, notes, and snippets.

UEFI Interactive Shell v2.1
EDK II
UEFI v2.40 (EDK II, 0x00010000)
Mapping table
FS1: Alias(s):HD31e:;BLK12:
PciRoot(0x0)/Pci(0x10,0x0)/Ctrl(0x0)/HD(4,GPT,148C6307-DAEC-4037-B963-62098BF01CB1,0x200,0x4)
FS0: Alias(s):HD31k:;BLK1:
PciRoot(0x0)/Pci(0x10,0x0)/Ctrl(0x0)/HD(10,GPT,A753B509-D2CF-49D0-BCC9-59045E9E9338,0x4FB00,)
BLK0: Alias(s):
PciRoot(0x0)/Pci(0x10,0x0)/Ctrl(0x0)
Cougar Mountain C0 - Boot Ram.
Version: 0.3.3 (Apr 24 2017, 14:24:33)
Boot Param memory dump:
[0xFFFF3FFC] - 0x00030003
[0xFFFF3FF8] - 0x00000000
[0xFFFF3FF4] - 0x00000010
[0xFFFF3FF0] - 0x00094FC8
[0xFFFF3FEC] - 0x00000000
[0xFFFF3FE8] - 0x000000E3
[0xFFFF3FE4] - 0x00000011
@soxrok2212
soxrok2212 / UBI Remove OOB Data
Created August 24, 2022 04:51
UBI Remove OOB Data
#!/usr/bin/env python3
import sys
PAGE, OOB= 2048, 64
BLOCK = PAGE + OOB
orig_dump = open(sys.argv[1], 'rb').read()
out_dump = open(sys.argv[2], 'wb')
nblocks = int(len(orig_dump) / BLOCK)
for i in range(nblocks):
@soxrok2212
soxrok2212 / Reolink RLC-810A Homebridge 4K Configuration.md
Last active April 3, 2024 22:16
Reolink RLC-810A Homebridge 4K Configuration
@soxrok2212
soxrok2212 / Apple M2 10c GPU Hashcat Benchmark.md
Created August 2, 2022 02:06
Apple M2 10c GPU Hashcat Benchmark

2022 M2 MacBook Air - Hashcat Benchmark

Hashcat Version: 6.2.5

Operating System: macOS Monterey 12.5

Hardware: 2022 MacBook Air M2, 16GB RAM, 500GB SSD, 8c CPU, 10c GPU

Notes: I had a HyperDrive Dual 4k adapter driving 2 (idle) 1400p displays during testing. However, the real issue seems to be that the chip throttles heavily under load. Short tasks may be as much as ~50% faster assuming the chip is already cool. M2 chips with active cooling may perform better.

Quick Benchmark:

F0: 102B 0000
FA: 1040 0000
FA: 1040 0000 [0200]
F9: 0000 0000
V0: 0000 0000 [0001]
@soxrok2212
soxrok2212 / Xiaomi Redmi AX6000 RB06 OpenWrt Config
Created June 7, 2022 06:12
Xiaomi Redmi AX6000 RB06 OpenWrt Config
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
# CONFIG_release is not set
CONFIG_current=y
# CONFIG_stable is not set
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_SDK_PACKAGE is not set
@soxrok2212
soxrok2212 / Xiaomi Redmi AX6000 RB06 DTS
Created June 7, 2022 04:43
Xiaomi Redmi AX6000 RB06 DTS
/dts-v1/;
/ {
compatible = "mediatek,mt7986a-spim-snand-rfb";
interrupt-parent = <0x01>;
#address-cells = <0x02>;
#size-cells = <0x02>;
model = "MediaTek MT7986a RFB";
cpus {
@soxrok2212
soxrok2212 / Nvidia T600 4GB - Hashcat Benchmark.md
Last active March 18, 2022 20:38
Nvidia T600 4GB - Hashcat Benchmark.md

Nvidia T600 - Hashcat Benchmark

Driver: 510.47.03
CUDA Version: 11.6
Hashcat Version: 6.2.5

Stock Boost Clock: 1335 MHz

hashcat (v6.2.5-339-gab300310a) starting in benchmark mode
@soxrok2212
soxrok2212 / Nvidia GeForce RTX 3080 Ti Founder's Edition 12GB (9001G1332518000) - Hashcat Benchmark
Created March 3, 2022 07:51
Nvidia GeForce RTX 3080 Ti Founder's Edition 12GB (9001G1332518000) - Hashcat Benchmark.md
## Nvidia GeForce RTX 3080 Ti Founder's Edition 12GB (9001G1332518000 ) - Hashcat Benchmark
#### Driver: 511.65
#### CUDA Version: 11.6
#### Hashcat Version: 6.2.5
CUDA API (CUDA 11.6)
====================
* Device #1: NVIDIA GeForce RTX 3080 Ti, 11102/12287 MB, 80MCU
OpenCL API (OpenCL 3.0 CUDA 11.6.99) - Platform #1 [NVIDIA Corporation]