How to decompile an undefined function from scripting API? #8197
-
Can't find anything useful in web, so I hope someone can help. From the decompiler API one can call I'm doing some analysis by examining arguments passed to function X. Function X is defined and has a lot of xrefs. If given x-ref comes from another already defined function, all I need to do is In some cases reference comes from a function that is not yet defined (code is already disassembled in Listing pane, but shows with grey background in Decompiler pane). In such a case Is there a way to replicate this approach and use some combination of APIs to guess and decompile not yet defined function which contains given memory address? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Was going to look at this, but question, does this directly answer your question? |
Beta Was this translation helpful? Give feedback.
-
Sorry for late reply but yes - that was the answer. Thank you! |
Beta Was this translation helpful? Give feedback.
#7896
Was going to look at this, but question, does this directly answer your question?