Skip to content

Instantly share code, notes, and snippets.

@saagarjha
saagarjha / CreateGhidraApp.sh
Last active March 27, 2025 20:10
Creates a Ghidra.app bundle for macOS
#!/bin/sh
set -eu
create_iconset() {
mkdir -p Ghidra.iconset
cat << EOF > Ghidra.iconset/Contents.json
{
"images":
[
@icecr4ck
icecr4ck / idapython_cheatsheet.md
Last active March 11, 2025 14:17
Cheatsheet for IDAPython