summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src/lib.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2025-01-24Fix crash when dwarf parsing starts while binja is shutting downJosh Ferrell
2024-11-12Fix misc warning in rust examplesMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
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-19Add additional testing and handling for object settings.Brian Potchik
2024-09-02Fix panic on dwarf import when an exception frame extends to the end of memoryGlenn Smith
2024-08-16Support for automatic loading of <filename>.debug and <filename>.dSYMJosh Ferrell
2024-07-18Support loading supplementary DWARF filesJosh 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-17Load all types from DWARF even if they are unusedJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh 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-05Clean up commentJosh Ferrell
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-10-25DWARF Import : Better detection and handling of malformed DWARF info; Resolve...KyleMiles
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
2023-08-25DWARF Import : More optimizationsKyleMiles
2023-08-25DWARF Import : Introduce fastpath for compilation unit handlingKyleMiles
2023-08-25DWARF Import : Correctly track parsing progressKyleMiles
2023-08-22Change how DWARF Import initializes to enable unit testsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22DWARF : Update gimli dependencyKyleMiles
2023-08-04DWARF Import : Fix crash / Bandaid fix for #4547KyleMiles
2023-07-31Dwarf import : Handle default address size for pointers better when the dwarf...KyleMiles
2023-07-26Allow for anonymous classes and fix mutability error with respect to #4512KyleMiles
2023-07-25DWARF Import : Allow for duplicate type definitions; log_error when overwriti...KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles