Replies: 4 comments
-
Do you mean that the function contained within the fidb itself has no name? |
Beta Was this translation helpful? Give feedback.
-
Exactly. |
Beta Was this translation helpful? Give feedback.
-
Well when I function has no name the decompiler freaks out and refuses to decompile the function. This would require a function in ghidra to have no name which I don't think is allowed and is only obtainable through a bug. I can't really say for sure but considering the above I don't believe so. |
Beta Was this translation helpful? Give feedback.
-
Example: obj file has an exported function, and a function that is used internally only. The last one will be without a name. But I want to mark it as related to that object file (library one). |
Beta Was this translation helpful? Give feedback.
-
Is it possible to specify that some function is a library one, if it has no name, but was found in fidb?
Beta Was this translation helpful? Give feedback.
All reactions