Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
ObjDumpFunctions | Description: | Analyze functions from an executable | Download: | objdumpfunctions.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 87kb | Version: | 1.1 | Date: | 19 Dec 2015 | Author: | thellier@free.fr (Alain Thellier) | Submitter: | uploader | Requirements: | AmigaOS4 | Category: | development/misc | Replaces: | development/misc/objdumpfunctions.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 9643 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 103 (Current version) | | 127 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
VERSION
V1.1 :
OS4 build is correct this time
Morphos port (Stefan A. Haubenthal)
No more use 100% cpu
DESCRIPTION
ObjDumpFuncs: obtain functions from Objdump tool (or Adis)
Works only on binary with symbols and name (non stripped binaries)
Disassemble a program and show functions usage
Build a list of functions from assembly source
then can sort them per size/offset/name/stack usage/etc..
can follow a function : what functions call this function, what functions are
called
So this program allow to understand how a binary works : what call what
So this is a kind of dynamic functions tree
This program is especially usefull for (porting) a big program with sources that
you can
recompile (not stripped) that you want to understand how it works
The OS3 version ObjDumpFuncs use Adis as disassembler for 68k code
The OS4 version ObjDumpFuncs-ppc use Objdump as disassembler for PPC code
If you still dont understand what do this program then just try :
Start ObjDumpFuncs. Choose ObjDumpFuncs as binary for analyzing
Use 'q' for quitting
WARNING: This program crash on exit and I dont know why
|