Skip to content

Instantly share code, notes, and snippets.

View 0xdevalias's full-sized avatar
👀
Open to opportunities

Glenn 'devalias' Grant 0xdevalias

👀
Open to opportunities
View GitHub Profile
@0xdevalias
0xdevalias / passwords-pane-url-anchors-deepdive.md
Last active October 3, 2025 07:45
Some notes on reverse-engineering the macOS Passwords System Settings pane — following its path from `Passwords.prefPane` to ExtensionKit `PasswordsSettingsExtension.appex`, uncovering dependencies in private frameworks and the dyld shared cache, and probing for hidden `x-apple.systempreferences` URL anchors or parameters beyond the documented b…

Reverse Engineering macOS Passwords Pane Internals: Searching for Hidden x-apple.systempreferences URL Anchors through Passwords.prefPane, PasswordsSettingsExtension.appex, PrivateFrameworks (PasswordManagerUI.framework, Settings.framework), dyld Cache, etc

Some notes on reverse-engineering the macOS Passwords System Settings pane — following its path from Passwords.prefPane to ExtensionKit PasswordsSettingsExtension.appex, uncovering dependencies in private frameworks and the dyld shared cache, and probing for hidden x-apple.systempreferences URL anchors or parameters beyond the documented basics.

Table of Contents

{
"actions":[
{
"title":"Open Tweet",
"regex":"https?://(mobile\\.|www\\.|m\\.)?twitter\\.com/(@?[a-zA-Z0-9_]{1,15}/)?(status|i/web/status|statuses|i/topics/tweet)/(\\d+).*$",
"testInputs":[
"https://twitter.com/zpower/status/588561590997352448",
"https://mobile.twitter.com/kiebk/status/599159327056863232?cn=cmVwbHk%3D&refsrc=email",
"https://twitter.com/i/web/status/814237378382622720",
"https://twitter.com/hamburger/statuses/221225038941126657",
@0xdevalias
0xdevalias / integrating-workflow-automation-tools-apple-shortcuts-alfred-bettertouchtool-etc-via-cli-etc.md
Last active May 24, 2026 06:31
Some notes on integrating workflow automation tools such as Apple Shortcuts / Alfred / BetterTouchTool / etc via CLI and other methods.

Integrating Workflow Automation Tools (Apple Shortcuts, Alfred, BetterTouchTool, etc) via CLI, etc

Some notes on integrating workflow automation tools such as Apple Shortcuts / Alfred / BetterTouchTool / etc via CLI and other methods.

Table of Contents

@0xdevalias
0xdevalias / web-scraping-browser-rendering.md
Last active January 15, 2026 13:55
Some notes on techniques for extracting and rendering web content, including approaches to automation, limitations, and emerging service models.
@0xdevalias
0xdevalias / model-context-protocol-tools.md
Last active July 27, 2026 04:37
Some notes on Model Context Protocol (MCP) tools I’ve stumbled across that seem interesting or useful to me personally — not aiming to be a catch-all list.

Model Context Protocol (MCP) Tools

Some notes on Model Context Protocol (MCP) tools I’ve stumbled across that seem interesting or useful to me personally — not aiming to be a catch-all list.

Table of Contents

@0xdevalias
0xdevalias / event-workflow-automation-systems.md
Last active September 16, 2025 06:35
Some notes on event and workflow automation systems — tools and platforms for automating processes, orchestrating tasks, and enabling durable, event-driven workflows; spanning open-source projects, cloud services, and distributed systems.

Event / Workflow Automation Systems

Some notes on event and workflow automation systems — tools and platforms for automating processes, orchestrating tasks, and enabling durable, event-driven workflows; spanning open-source projects, cloud services, and distributed systems.

Table of Contents

@0xdevalias
0xdevalias / windows-gaming-on-macos-including-arm-based-m-series-macs.md
Last active June 2, 2026 20:18
Some notes on running Windows games on macOS, including ARM-based M-series Macs.
@0xdevalias
0xdevalias / running-intel-software-on-apple-silicon-macs-x86-64-virtualization-emulation-on-arm.md
Last active September 1, 2025 09:38
Some notes on running x86/64 software on modern ARM devices like Apple’s M-series, covering tools, emulation, and virtualization options.

Running Intel Software on Apple Silicon Macs (x86/64 Virtualization & Emulation on ARM)

Some notes on running x86/64 software on modern ARM devices like Apple’s M-series, covering tools, emulation, and virtualization options.

Table of Contents

@0xdevalias
0xdevalias / supplement-nootropic-stacks.md
Last active May 24, 2026 06:31
Some notes on various supplement and nootropics stacks, and how to recreate them using individual products from iHerb.
@0xdevalias
0xdevalias / poc-browser-based-cli-login-helper-nodejs.md
Last active August 29, 2025 05:46
PoC Browser-Based CLI Login Helper (Node.js)