Replies: 1 comment 1 reply
-
You can use CParserUtils.parseHeaderFiles from ghidra.app.util.cparser.C import CParserUtils
file_path = "E:\Descargas\Il2CppDumper\il2cpp_ghidra.h"
CParserUtils.parseHeaderFiles([], [file_path], [], [], currentProgram.getDataTypeManager(), monitor) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically the title, I found the CParser constructor but cannot find something to actually insert it into the file.
cpar = CParser(open("E:\Descargas\Il2CppDumper\il2cpp_ghidra.h", 'r'))
Beta Was this translation helpful? Give feedback.
All reactions