summaryrefslogtreecommitdiff
path: root/src/format/elf/symbol.c
AgeCommit message (Expand)Author
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-18Computed the end of routines with no limit.Cyrille Bagard
2009-07-14Restored the code loading the ELF relocations.Cyrille Bagard
2009-06-14Fixed a mistake in the previous commit.Cyrille Bagard
2009-06-14Stored the size of the routines (x86 only).Cyrille Bagard
2009-06-01Provided found MIPS routines.Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2008-11-16Took care of signed immediate values as well as unsigned ones.Cyrille Bagard
2008-11-10Shown/hidden virtual addresses / binary code.Cyrille Bagard
2008-10-29Do not relied on section names anymore.Cyrille Bagard
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
2008-08-31Looked for symbols of function.Cyrille Bagard