Skip to content

Instantly share code, notes, and snippets.

View salvatore-abello's full-sized avatar
😶‍🌫️
[object Object]

Salvatore Abello salvatore-abello

😶‍🌫️
[object Object]
View GitHub Profile
@salvatore-abello
salvatore-abello / haskell_demangler.py
Created June 17, 2023 22:19
A Haskell Demangler. Attempts to demangle all mangled symbols in the current program. https://gitlab.haskell.org/ghc/ghc/-/snippets/1535
#Demangle haskell function/symbol names.
#@author salvatore.abello
#@category haskellscripts
#@keybinding
#@menupath
#@toolbar
# Thanks to: https://gitlab.haskell.org/bgamari -> https://gitlab.haskell.org/ghc/ghc/-/snippets/1535
from ghidra.program.model.symbol.SourceType import *