dwarf2json icon indicating copy to clipboard operation
dwarf2json copied to clipboard

convert ELF/DWARF symbol and type information into vol3's intermediate JSON

Results 14 dwarf2json issues
Sort by recently updated
recently updated
newest added

This issue reports that the process crashes when the system's available RAM falls below a certain threshold. While creating a large swap file (e.g., 8GB) can mitigate the issue, it's...

Currently, the project lacks a progress bar, making it difficult for users to gauge the utility's progress, especially for long-running tasks. Implementing a progress bar would significantly enhance the user...

Hi I'm having problems to create the symbols for the Raspberry Pi5 Linux version 6.1.58-v8+ (Kali linux 2023.3) any advice?

For Ubuntu 23.10 the `fs_struct` type is not converted correctly. No clue if this is the only type that is affected, or if there is a bigger issue. Using commit...

golang env: ``` GOVERSION='go1.21.1' GO111MODULE='on' GOARCH='amd64' GOOS='linux' ``` readelf for nas -> ash: ``` ELF Header: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00...

$ uname -a Linux UbuntuVM 5.19.0-42-generic #43~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 21 16:51:08 UTC 2 x86_64 x86_64 x86_64 GNU/Linux I need this to create generate a custom symbols table (using...

**Describe the bug** Similar to volatilityfoundation/volatility3#634, I am getting the following error message (with logs for context): ```log $ python3 vol.py -f /home/aaron/Downloads/HTB/forensics_poof/mem.dmp -vvvv windows.pslist.PsList Volatility 3 Framework 2.4.0 INFO...

Hi, I'm trying to generate a symbol table for [Solus Linux](https://getsol.us/home/) and there is this package: [linux-current-dbginfo-5.15.61-217-1-x86_64.eopkg](https://packages.getsol.us/shannon/l/linux-current/linux-current-dbginfo-5.15.61-217-1-x86_64.eopkg) - Debug symbols for linux-current. but not actual debug kernel as discussed in...

I would like to submit a feature request for when you have access only to the vol2 profile which includes the systemmap and the module.dwarf. Is that enough to create...

Add support for generating a symbols file when debug symbols for a Linux kernel are not available. The types can be obtained from a kernel module that is compiled against...