Skip to content

Instantly share code, notes, and snippets.

View masagrator's full-sized avatar

MasaGratoR masagrator

View GitHub Profile
@masagrator
masagrator / ildumper_script_reader.py
Last active July 30, 2023 06:41 — forked from worawit/ildumper_script_reader.py
ghidra script for read script.py from Il2CppDumper - confirmed working with 5.1.0
# -*- coding: utf-8 -*-
import ghidra.program.model.symbol.SourceType
import re
functionManager = currentProgram.getFunctionManager()
#minAddress = currentProgram.getMinAddress()
baseAddress = currentProgram.getImageBase()
USER_DEFINED = ghidra.program.model.symbol.SourceType.USER_DEFINED