summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
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
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-31Add binaryninja::load_viewJosh Ferrell
2024-05-30fix cargo doc warningsGalen Williamson
2024-05-29Add LLIL_JUMP_TO target list to Rust APIRusty Wagner
2024-05-28Rust API : recommend users use serde_json for when opening with optionsKyleMiles
2024-05-28Implement python MLIL related functionsRubens Brandao
2024-05-28Include CoreAPI documentation into the generate rust bindingsRubens Brandao
2024-05-28fix multiple memory leaks related to CStr/BnStringRubens Brandao
2024-05-28update `Session::load_with_option` to the new APIRubens Brandao
2024-05-28allow `load_with_option` to accept json optionsRubens Brandao
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-24Fix do while condition and body being flipped in Rust HLIL bindingsRusty Wagner
2024-05-24arch: multiple delay slot support, suppress spurious mips warningRyan Snyder
2024-05-20Fix ARM64 Linux buildRusty Wagner
2024-05-20Implement python Function methods to rustRubens Brandao
2024-05-15Allow Rust CoreAPI FFI to implement DefaultRubens Brandao
2024-05-15Rust: change signatures of `define_{auto,user}_data_var`Michael Krasnitski
2024-05-15Apply suggestions from code reviewKyle Martin
2024-05-15Fix invalid write to uninitialized reserved VecRubens Brandao
2024-05-15Fix invalid write to uninitialized VecRubens Brandao
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles
2024-05-10Rust API : Misc cargo clippy fixesKyleMiles