You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create a new DataType from a script? Basically using the DataTypeManager's addDataType() function with a custom DataType that's created in the script, attempting to replicate the Data Type Manager -> New -> Typedef... from the GUI. I am working with an InternetOpenW function that is not recognized by ghidra, so it decompiles to undefined InternetOpenW(void). The goal is to be able to replicate the process of updating the function signature from a script through the use of custom DataTypes for any that Ghidra doesn't recognize, and the Function class's updateFunction() function. For example, creating the type HINTERNET that refers to void*
The text was updated successfully, but these errors were encountered:
Is there a way to create a new DataType from a script? Basically using the DataTypeManager's addDataType() function with a custom DataType that's created in the script, attempting to replicate the Data Type Manager -> New -> Typedef... from the GUI. I am working with an InternetOpenW function that is not recognized by ghidra, so it decompiles to undefined InternetOpenW(void). The goal is to be able to replicate the process of updating the function signature from a script through the use of custom DataTypes for any that Ghidra doesn't recognize, and the Function class's updateFunction() function. For example, creating the type HINTERNET that refers to void*
The text was updated successfully, but these errors were encountered: