Skip to content

dulong/peter-dwarf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java library to read dwarf

It is a java version of libdwarf, if you want to read out information from dwarf. please use it.

!!! Please always use the latest code from SVN, rather than download the jar

Usage :

final Vector<Dwarf> dwarfVector = DwarfLib.init(file, meoryOffset);

All dwarf information will be in dwarfVector

To add a JPanel to display dwarf information :

PeterDwarfPanel peterDwarfPanel1 = new PeterDwarfPanel();
File file = new File("/Users/peter/workspace/PeterI/kernel/kernel");
peterDwarfPanel1
.init(file.getAbsolutePath());

Then just add peterDwarfPanel1 to any swing container.

contact : mcheung63@hotmail.com, my name is Peter

example: http://code.google.com/p/peter-dwarf/source/browse/trunk/src/com/peterdwarf/TestPeterDwarf.java

Locations of visitors to this page

Dwarf specification

About

Automatically exported from code.google.com/p/peter-dwarf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors