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
I'm not sure how to use ida python to convert a constant to an enum in the IDA pseudocode view... easy enough to do in the disassembly view but I'm not sure how to find the constant in the decompiled code?
Help appreciated 🙏
The text was updated successfully, but these errors were encountered:
You can using CTree to extract arguments which is hash number from resolve function (better if this function is renamed) then using this pseudo-code to set enum symbol for them:
I'm not sure how to use ida python to convert a constant to an enum in the IDA pseudocode view... easy enough to do in the disassembly view but I'm not sure how to find the constant in the decompiled code?
Help appreciated 🙏
The text was updated successfully, but these errors were encountered: