Created
July 21, 2022 12:40
-
-
Save plowsec/72c88bc8e450749ba0f0a54e5616a77f to your computer and use it in GitHub Desktop.
Get all the functions addresses and names from an IDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auto func,i; | |
| func = NextFunction(0); | |
| while ( func != BADADDR ) | |
| { | |
| Message("start = 0x%08x name = %s\n" , func , GetFunctionName(func)); | |
| func = NextFunction(func); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
only .text segment fnctions