Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/ghidra/il2cpp_header_to_ghidra.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# @runtime Jython
# Based on Il2CppDumper il2cpp_header_to_ghidra.py (https://github.com/Perfare/Il2CppDumper), MIT License, Copyright (c) 2016 Perfare.
# Standalone helper: UnityRift already writes il2cpp_ghidra.h next to il2cpp.h, so this is only needed
# if you want to re-run the transform yourself.
Expand Down
Loading