summaryrefslogtreecommitdiff
path: root/rust/examples
AgeCommit message (Expand)Author
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-09Fix rust warningJosh 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-10Fix handling of compressed debug sections in 32-bit ELFsJosh Ferrell
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
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-06-04PDB: Skip all the HEAD requests and just go straight to GETGlenn Smith
2024-06-04PDB: Server list should not be sortedGlenn Smith
2024-06-04PDB: Setting to control use of interaction apiGlenn Smith
2024-06-04PDB: Option to disable parsing symbolsGlenn Smith
2024-06-04PDB: Fix "found X types" messageGlenn Smith
2024-06-04PDB: Ignore the formal vtable types (array of void function pointers)Glenn Smith
2024-06-04PDB: Prefer private symbols to publicGlenn Smith
2024-06-04PDB: Fix confidence on demangled symbolsGlenn Smith
2024-06-04PDB: Swap hashmap -> btreemap for determinismGlenn Smith
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-28fix multiple memory leaks related to CStr/BnStringRubens Brandao
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-05-09only create FlowGraph with RefRubens Brandao
2024-05-01Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...Ryan Snyder
2024-04-22Fix pdb compile on Free editionGlenn Smith
2024-04-22Public release of PDB parser pluginGlenn Smith
2024-04-17allow DataVariable and NameAndType to be transmutableRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-04-09Use name method in visitor examplesMichael Krasnitski
2024-03-18Fix HLIL examplesMichael Krasnitski
2024-03-18Fix MLIL examplesMichael Krasnitski
2024-03-14Update to Rust 1.76Rusty Wagner
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles