First commit

This commit is contained in:
Marco 2026-03-19 16:39:57 +01:00
commit b96aaf48c2
127 changed files with 990 additions and 0 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Ghidra project files
/.ghidra/
*.rep/
*.gpr
# Ghidra caches and temporary files
ghidra_*
*.bak
*.tmp
*.swp
# IDE and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db