[DynInst_API:] Listing All Functions


Date: Wed, 03 Apr 2013 17:22:53 -0400
From: Adam J <jacobvi123@xxxxxxxxx>
Subject: [DynInst_API:] Listing All Functions
Hi, I'm trying to statically instrument a binary and list all of the functions...I've been following the guide at:

http://www.dyninst.org/sites/default/files/manuals/dyninst/DyninstAPI.pdf

And 3.2 shows how to find a single function using:

appImage->findFunction(“InterestingProcedure”, funcs);

How do I list all functions instead?

Thank you,

Adam
[← Prev in Thread] Current Thread [Next in Thread→]