Re: [DynInst_API:] Listing All Functions


Date: Wed, 3 Apr 2013 16:34:27 -0500
From: Andrew Bernat <bernat@xxxxxxxxxxx>
Subject: Re: [DynInst_API:] Listing All Functions
Hi Adam, 

You want BPatch_image::getProcedures. It's named that way for backwards compatibility and to ensure anyone looking for "function" won't find it. 

Drew

On Apr 3, 2013, at 4:22 PM, Adam J <jacobvi123@xxxxxxxxx> wrote:

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
_______________________________________________
Dyninst-api mailing list
Dyninst-api@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api




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