Reputation: 11
I'm currently working on a project that involves analyzing binary files, and I need to identify and extract all the assembly code related to calling conventions. Specifically, I am looking for tools that can:
Can anyone recommend tools or methods that can assist in this type of analysis? Any advice or examples of how to achieve this would be greatly appreciated.
Thank you!
I have already tried using angr.analyses.complete_calling_conventions and angr.calling_conventions in the Angr framework. However, I couldn't find any method that leads to the exact calling convention instructions. I expected these methods to help filter out the relevant VEX IR statements and assembly instructions specific to calling conventions, but they did not provide the desired results.
Upvotes: 1
Views: 47