Skip to content

Instantly share code, notes, and snippets.

View macabeus's full-sized avatar
:octocat:
⁽⁽٩(๑˃̶͈̀ ᗨ ˂̶͈́)۶⁾⁾

Bruno Macabeus macabeus

:octocat:
⁽⁽٩(๑˃̶͈̀ ᗨ ˂̶͈́)۶⁾⁾
View GitHub Profile
// This file is automatically generated.
// Please do not change this file!
type Message0<T extends MessagesKey0> = {
id: T
value: T
attributes: Record<string, T>
}
type Message1<T extends MessagesKey1> = {
@macabeus
macabeus / How to create a bsim database using PostreSQL + Docker.md
Last active June 27, 2025 01:36
Step by step to setup a bsim server using PostgreSQL and Docker for Ghidra 11.4

Since Ghidra 11.4, we have entrypoints to use Ghidra from official docker scripts.

But it's lacking a beginning-friendly tutorial to setup a bsim server using PostreSQL. Here's how to make it step by step:

  1. Go to the Ghidra root folder

  2. Build the docker images:

./docker/build-docker-image.sh