Skip to content

Instantly share code, notes, and snippets.

View samaellovecraft's full-sized avatar
🔥
In dependency hell.

Samael Lovecraft samaellovecraft

🔥
In dependency hell.
View GitHub Profile
@samaellovecraft
samaellovecraft / ghidra.py
Created May 29, 2024 00:24 — forked from liba2k/ghidra.py
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