summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-12Update bindgenMichael Krasnitski
2024-07-09Add ability to access database from rust API using FileMetadataMason Reed
2024-07-09Return option instead crashing on invalid database keysMason Reed
2024-07-09Rust API : Fix misc clippy warningsKyleMiles
2024-07-09implement rust UpdateRubens Brandao
2024-07-09fix TypeLibrary representationRubens Brandao
2024-07-09fix doc warningRubens Brandao
2024-07-09implement rust TypeLibraryRubens Brandao
2024-07-09implement rust TypeArchiveRubens Brandao
2024-07-09impl rust DatabaseRubens Brandao
2024-07-09Fix rust warningJosh Ferrell
2024-07-09Fix double-free with `Array<InstructionTextToken>`Rubens Brandao
2024-07-08ExternalLibrary rust api fixesJosh Ferrell
2024-07-08implement rust ExternalLibraryRubens Brandao
2024-07-06Fix TagType::set_icon so that it actually sets a tag type's iconergrelet
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-07-03fix invalid ptr caused by dropping InstructionTextToken prematurelyRubens Brandao
2024-07-02Fix many crashes from uncaught exceptionsJosh Ferrell
2024-07-02Small fixes for rust component apiJosh Ferrell
2024-07-02fix return type for Array ComponentReferencedTypesRubens Brandao
2024-07-02add Component missing functionsRubens Brandao
2024-07-02implement rust ComponentRubens Brandao
2024-07-02Fix typoJosh Ferrell
2024-07-02remove description from testsRubens Brandao
2024-07-02add tests for rust project implementationRubens Brandao
2024-07-02minor fixesRubens Brandao
2024-07-02implement project in rustRubens Brandao
2024-07-01Fix callee_saved_registers for CallingConventionRubens Brandão
2024-07-01Create ExpressionBuilder from ExpressionMason Reed
2024-07-01Add LLIL_REG_SPLIT to rust apiMason Reed
2024-06-28fix missing null ending at stringRubens Brandao
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-19Add data_variable_at_address and fixed the type propagation issue in riscvZichuan Li
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-11Add original base to Rust API.Alexander Taylor
2024-06-10Fix handling of compressed debug sections in 32-bit ELFsJosh Ferrell
2024-06-10Alternate fmt::Debug for Type with even more debug infoGlenn Smith
2024-06-10Large PDB parsing performance improvementsJosh Ferrell
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