Replies: 2 comments
-
check if |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I believe they were marked as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm not sure if this is (just?) an actual issue so I'll start here with it. A few years ago, we set up our project and didn't catch that a few functions were marked as CALL_RETURN every time they showed up in the disassembly, which was tens of thousands of times. This has left huge holes where the executable hasn't been analyzed. You can see the issue below. Unfortunately, running Analysis again does nothing.
Just trying to see what we can do about it. My basic thought is to search for these instances with a script, set CALL_RETURN to CALL, and then run Analysis again, but I'm hoping there's a better way.
Beta Was this translation helpful? Give feedback.
All reactions