summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2025-01-24Fix crash when dwarf parsing starts while binja is shutting downJosh Ferrell
2024-12-04Add support for DW_OP_addrx lookups for data variablesJosh Ferrell
2024-11-12Fix misc warning in rust examplesMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-05Fix .dSYM sibling file load logic and update .dSYM docsJosh Ferrell
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
2024-10-21Better calculation for sp offsets of DWARF local variablesJosh Ferrell
2024-10-19Fix some rust warnings and remove mention of `binja-rs`Mason Reed
2024-10-18Add progress reporting to first phase of DWARF parsingJosh Ferrell
2024-10-14Fix DWARF import crash when FDE has row with start==endJosh Ferrell
2024-10-10Lots of improvements to stack variable location calculations in DWARFJosh Ferrell
2024-10-10Parse .debug_frame if present and fix stack variable offset calculationJosh Ferrell
2024-10-08Add support for zstd compressed DWARF, simplify handling of zlib compressed D...Josh Ferrell
2024-09-23Fix nondeterminism when types in dwarf have conflicting namesJosh Ferrell
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-09-17Prevent crash with 0 width enum in DWARFJosh Ferrell
2024-09-02Fix panic on dwarf import when an exception frame extends to the end of memoryGlenn Smith
2024-08-30Don't rebase DWARF info in overflowing situations.Alexander Taylor
2024-08-22Use add/sub with overflow when rebasing, fix crash.Alexander Taylor
2024-08-20DWARF: Recurse through DW_AT_abstract_origin when resolving typesJosh Ferrell
2024-08-16Support for automatic loading of <filename>.debug and <filename>.dSYMJosh Ferrell
2024-08-07Change error when applying function without name from dwarf info to debugJosh Ferrell
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-05Prevent parsing non-block dwarf attributes as blocksJosh Ferrell
2024-07-05Misc small dwarf perf improvementsJosh Ferrell
2024-07-05Fix dwarf return types having 0 confidenceJosh Ferrell
2024-07-05Fix crash when parsing enums from zig dwarf infoJosh Ferrell
2024-07-05Remove some unnecessary clonesJosh Ferrell
2024-06-27Fix debuginfod downloads leaking a BinaryViewGlenn Smith
2024-06-27Fix crash when parsing DWARF with terminating FDE in .eh_frameJosh Ferrell
2024-06-21Demangle function names recovered from DWARFJosh Ferrell
2024-06-17Load all types from DWARF even if they are unusedJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-11Rebase DebugInfo function addresses.Alexander Taylor
2024-06-10Change some dwarf errors to warningsJosh Ferrell
2024-06-06Fix DWARF parser reporting as valid for any binary with a build idJosh Ferrell
2024-06-06Support for local debug directoriesJosh Ferrell
2024-06-06Do not crash when DWARF supplies weird infoJosh Ferrell
2024-06-05Fix bugs with importing dwarf function information and greatly improve perfor...Josh Ferrell
2024-06-05Clean up commentJosh Ferrell
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-04-09replace BStr with strRubens Brandao
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-19Add support for components in debug infoKyleMiles