Skip to content

Instantly share code, notes, and snippets.

@liba2k
liba2k / ghidra.py
Last active May 26, 2025 20:33
Script to run Ghidra from the command line including automatic analysis and lunching Ghidra for existing projects.
#!/usr/bin/env python3
import os
import sys
import click
import subprocess
import tempfile
import itertools as IT
import select
from time import sleep
@deyixtan
deyixtan / sublime_text_patch.md
Last active June 13, 2025 16:32
Sublime Text Patching Guide

Automated Patching

Download slt.py python script (supports multiple build) from this repository.

Usage

python slt.py <"sublime_text file path">


Manual Patching