GitHub
github.com › davea42 › libdwarf-code
GitHub - davea42/libdwarf-code: Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake. · GitHub
Contains source for libdwarf, a ... in libdwarfp (producer library). Builds using GNU configure, meson, or cmake. - davea42/libdwarf-code......
Starred by 256 users
Forked by 87 users
Languages C 86.3% | HTML 6.7% | C++ 3.7% | Shell 0.8% | Python 0.7% | CMake 0.6%
Prevanders
prevanders.net › libdwarfdoc
libdwarf: A Consumer Library Interface to DWARF
DW_API int dwarf_init_path_dl(const char *dw_path, char *dw_true_path_out_buffer, unsigned int dw_true_path_bufferlen, unsigned int dw_groupnumber, Dwarf_Handler dw_errhand, Dwarf_Ptr dw_errarg, Dwarf_Debug *dw_dbg, char **dw_dl_path_array, unsigned int dw_dl_path_array_size, unsigned char *dw_dl_path_source, Dwarf_Error *dw_error) Initialization following GNU debuglink section data. ... If dw_true_path_out_buffer or dw_true_path_bufferlen is passed in as zero then the library will not look for an alternative object. ... If dw_true_path_out_buffer passes a pointer to space you provide and dw_true_path_bufferlen passes in the length, in bytes, of the buffer, libdwarf will look for alternate DWARF-containing objects.
Prevanders
prevanders.net › dwarf.html
DWARF Page
During the conversion to Semantic Versioning in 2021 the source tree was converted to the mostly-standard source structure shown here. libdwarf-code/ src/ lib/ (libdwarf, libdwarfp) bin/ (dwarfdump, dwarfexample, ...) bugxml/ (library vulnerability data) doc/ (documentation) fuzz/ (oss-fuzz ...
GitHub
github.com › davea42 › libdwarf-code › releases
Releases · davea42/libdwarf-code
Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library).
Author davea42
Debian
packages.debian.org › unstable › libdwarf-dev
Details of package libdwarf-dev in sid
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
SourceForge
sourceforge.net › home › open source software › software development › libraries
Best Open Source Windows Libraries 2026
June 12, 2021 - Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB) encoder and Advanced Audio Coding (AAC) encoder. Modified library of Fraunhofer AAC decoder and encoder. ... mRemoteNG ("Multi‑Remote Next Generation") is a free, open‑source, tabbed remote connection manager for Windows.
MCS
mcs.anl.gov › OpenAD › OpenADFortTkExtendedDox › libdwarf_8h_source.html
OpenADFortTk (including Open64 and OpenAnalysis references): Open64/osprey1.0/include/libdwarf.h Source File
280 /* Error codes defined by the current Libdwarf Implementation. */ 281 #define DW_DLE_DBG_ALLOC 23 · 282 #define DW_DLE_FSTAT_ERROR 24 · 283 #define DW_DLE_FSTAT_MODE_ERROR 25 · 284 #define DW_DLE_INIT_ACCESS_WRONG 26 · 285 #define DW_DLE_ELF_BEGIN_ERROR 27 ·
GitHub
github.com › davea42 › libdwarf-code › blob › main › README.md
libdwarf-code/README.md at main · davea42/libdwarf-code
Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library).
Author davea42
GitHub
github.com › Distrotech › libdwarf
GitHub - Distrotech/libdwarf: Mirror of git://git.code.sf.net/p/libdwarf/code
For a simple build of libdwarf and dwarfdump2 and the other tools for personal use: ./configure make cp dwarfdump2/dwarfdump <somewhere> Optionally: cp libdwarf/libdwarf.a <somewhere> To also build a shared libdwarf in the process, do: ./configure --enable-shared make cp libdwarf/libdwarf.so <somewhere> cp dwarfdump2/dwarfdump <somewhere> When ready to create a new distro, do ./CPTOPUBLIC ./BLDLIBDWARF yyyymmdd where that would be ./BLDLIBDWARF 20061224 as an example.
Starred by 15 users
Forked by 10 users
Languages C 58.8% | C++ 20.7% | Objective-C 19.8% | C 58.8% | C++ 20.7% | Objective-C 19.8%
Dwarfstd
wiki.dwarfstd.org › index.php
Libdwarf And Dwarfdump - wiki.dwarfstd.org
Download the tar file. tar xzf libdwarf-<version date extension>.tar.gz cd dwarf-<version date extension> ./configure make cd ../dwarfdump ./configure make · If you use 'git clone' to get the source read the README before attempting a build.
Open Hub
openhub.net › p › libdwarf
The libdwarf Open Source Project on Open Hub
Analyzed 3 days ago. based on code collected 3 days ago. A library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library).
Dwarfstd
wiki.dwarfstd.org › Libdwarf_And_Dwarfdump.md
Libdwarf And Dwarfdump - Wiki - DWARF Debugging Standard
Download the tar file. tar xzf libdwarf-<version date extension>.tar.gz cd dwarf-<version date extension> ./configure make cd ../dwarfdump ./configure make · If you use ‘git clone’ to get the source read the README before attempting a build.
Free Software Directory
directory.fsf.org › wiki › Dwarfdump
Dwarfdump - Free Software Directory
https://github.com/davea42/libdwarf-code/blob/master/COPYING dwarfdump is GPLv2.1. A few files are 2- or 3-clause BSD.
GitHub
github.com › avast › libdwarf
GitHub - avast/libdwarf: Library to provide access to DWARF debugging information.
Starred by 25 users
Forked by 15 users
Languages C 90.1% | C++ 6.0% | Shell 1.5% | Makefile 1.4% | Roff 0.6% | Python 0.1% | C 90.1% | C++ 6.0% | Shell 1.5% | Makefile 1.4% | Roff 0.6% | Python 0.1%
GitHub
github.com › WolfgangSt › libdwarf › blob › master › libdwarf › dwarf_util.h
libdwarf/libdwarf/dwarf_util.h at master · WolfgangSt/libdwarf
This code is ENDIAN DEPENDENT · The memcpy args are the endian issue. */ typedef Dwarf_Unsigned BIGGEST_UINT; · #ifdef WORDS_BIGENDIAN · #define READ_UNALIGNED(dbg,dest,desttype, source, length) \ do { \ BIGGEST_UINT _ltmp = 0; \ dbg->de_copy_word( (((char *)(&_ltmp)) + sizeof(_ltmp) - length), \ source, length) ; \ dest = (desttype)_ltmp; \ } while (0) ·
Author WolfgangSt
GitHub
github.com › elfmaster › ecfs › blob › master › original_code › libdwarf.h
ecfs/original_code/libdwarf.h at master · elfmaster/ecfs
Use 'error' to indicate a libdwarf-defined · error number. DW_DLV_NO_ENTRY - No such section. */ int (*relocate_a_section)(void* obj, Dwarf_Half section_index, Dwarf_Debug dbg, int* error); · }; · · · /* These structures are allocated and deallocated by your code ·
Author elfmaster
GitHub
github.com › cesena › libdwarf-ghidra2dwarf
GitHub - cesena/libdwarf-ghidra2dwarf: Automatic compilation of libdwarf shared library for linux, windows and macos
Automatic compilation of libdwarf shared library for linux, windows and macos - cesena/libdwarf-ghidra2dwarf
Author cesena
Debian
sources.debian.org › src › dwarfutils › 20210528-1 › libdwarf › libdwarf2.1.pdf pdf
A Consumer Library Interface to DWARF David Anderson 1. INTRODUCTION
dwarf_init_b() or dwarf_init_path() for example). When a libdwarf · routine detects an error, this function is called with two arguments: a code
GitHub
github.com › davea42 › libdwarf-code › blob › main › src › lib › libdwarf › dwarf_form.c
libdwarf-code/src/lib/libdwarf/dwarf_form.c at main · davea42/libdwarf-code
Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library).
Author davea42