| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-05 | Fix crash when parsing enums from zig dwarf info | Josh Ferrell | |
| 2024-07-05 | Remove some unnecessary clones | Josh Ferrell | |
| 2024-07-03 | fix invalid ptr caused by dropping InstructionTextToken prematurely | Rubens Brandao | |
| 2024-07-02 | Fix many crashes from uncaught exceptions | Josh Ferrell | |
| 2024-07-02 | Small fixes for rust component api | Josh Ferrell | |
| 2024-07-02 | fix return type for Array ComponentReferencedTypes | Rubens Brandao | |
| 2024-07-02 | add Component missing functions | Rubens Brandao | |
| 2024-07-02 | implement rust Component | Rubens Brandao | |
| 2024-07-02 | Fix typo | Josh Ferrell | |
| 2024-07-02 | remove description from tests | Rubens Brandao | |
| 2024-07-02 | add tests for rust project implementation | Rubens Brandao | |
| 2024-07-02 | minor fixes | Rubens Brandao | |
| 2024-07-02 | implement project in rust | Rubens Brandao | |
| 2024-07-01 | Fix callee_saved_registers for CallingConvention | Rubens Brandão | |
| 2024-07-01 | Create ExpressionBuilder from Expression | Mason Reed | |
| 2024-07-01 | Add LLIL_REG_SPLIT to rust api | Mason Reed | |
| 2024-06-28 | fix missing null ending at string | Rubens Brandao | |
| 2024-06-27 | Fix debuginfod downloads leaking a BinaryView | Glenn Smith | |
| It wasn't closing the downloaded FileMetadata object | |||
| 2024-06-27 | Fix crash when parsing DWARF with terminating FDE in .eh_frame | Josh Ferrell | |
| 2024-06-21 | Demangle function names recovered from DWARF | Josh Ferrell | |
| 2024-06-19 | Add data_variable_at_address and fixed the type propagation issue in riscv | Zichuan Li | |
| 2024-06-17 | Load all types from DWARF even if they are unused | Josh Ferrell | |
| 2024-06-13 | Apply stack variables from DWARF | Josh Ferrell | |
| 2024-06-11 | Rebase DebugInfo function addresses. | Alexander Taylor | |
| Fixes #5231. | |||
| 2024-06-11 | Add original base to Rust API. | Alexander Taylor | |
| 2024-06-10 | Fix handling of compressed debug sections in 32-bit ELFs | Josh Ferrell | |
| 2024-06-10 | Alternate fmt::Debug for Type with even more debug info | Glenn Smith | |
| 2024-06-10 | Large PDB parsing performance improvements | Josh Ferrell | |
| 2024-06-10 | Change some dwarf errors to warnings | Josh Ferrell | |
| 2024-06-06 | Fix DWARF parser reporting as valid for any binary with a build id | Josh Ferrell | |
| 2024-06-06 | Support for local debug directories | Josh Ferrell | |
| 2024-06-06 | Do not crash when DWARF supplies weird info | Josh Ferrell | |
| 2024-06-05 | Fix bugs with importing dwarf function information and greatly improve ↵ | Josh Ferrell | |
| performance | |||
| 2024-06-05 | Clean up comment | Josh Ferrell | |
| 2024-06-04 | PDB: Skip all the HEAD requests and just go straight to GET | Glenn Smith | |
| 2024-06-04 | PDB: Server list should not be sorted | Glenn Smith | |
| Fixes #5493 | |||
| 2024-06-04 | PDB: Setting to control use of interaction api | Glenn Smith | |
| 2024-06-04 | PDB: Option to disable parsing symbols | Glenn Smith | |
| 2024-06-04 | PDB: Fix "found X types" message | Glenn Smith | |
| 2024-06-04 | PDB: Ignore the formal vtable types (array of void function pointers) | Glenn Smith | |
| They are conflicting with the demangler-generated real vtable types | |||
| 2024-06-04 | PDB: Prefer private symbols to public | Glenn Smith | |
| 2024-06-04 | PDB: Fix confidence on demangled symbols | Glenn Smith | |
| 2024-06-04 | PDB: Swap hashmap -> btreemap for determinism | Glenn Smith | |
| 2024-05-31 | Add debuginfod support to dwarf_import | Josh Ferrell | |
| 2024-05-31 | Add binaryninja::load_view | Josh Ferrell | |
| 2024-05-30 | fix cargo doc warnings | Galen Williamson | |
| 2024-05-29 | Add LLIL_JUMP_TO target list to Rust API | Rusty Wagner | |
| 2024-05-28 | Rust API : recommend users use serde_json for when opening with options | KyleMiles | |
| 2024-05-28 | Implement python MLIL related functions | Rubens Brandao | |
| add `MediumLevelILInstruction::tokens` add `MediumLevelILInstruction::value` add `MediumLevelILInstruction::possible_values` add `MediumLevelILInstruction::branch_dependence` add `MediumLevelILInstruction::ssa_memory_version` add `MediumLevelILInstruction::expr_type` add `MediumLevelILInstruction::possible_values_with_options` add `MediumLevelILInstruction::possible_ssa_variable_values` add `MediumLevelILInstruction::ssa_variable_version` add `MediumLevelILInstruction::variable_for_register` add `MediumLevelILInstruction::variable_for_flag` add `MediumLevelILInstruction::variable_for_stack_location` add `MediumLevelILInstruction::register_value` add `MediumLevelILInstruction::register_value_after` add `MediumLevelILInstruction::possible_register_values` add `MediumLevelILInstruction::possible_register_values_after` add `MediumLevelILInstruction::flag_value` add `MediumLevelILInstruction::flag_value_after` add `MediumLevelILInstruction::possible_flag_values` add `MediumLevelILInstruction::possible_flag_values_after` add `MediumLevelILInstruction::stack_contents` add `MediumLevelILInstruction::stack_contents_after` add `MediumLevelILInstruction::possible_stack_contents` add `MediumLevelILInstruction::possible_stack_contents_after` add `MediumLevelILInstruction::branch_dependence_at` add `MediumLevelILInstruction::split_var_for_definition` move functions add `MediumLevelILFunction::current_address` add `MediumLevelILFunction::set_current_address` add `MediumLevelILFunction::basic_block_containing` add `MediumLevelILFunction::finalize` add `MediumLevelILFunction::generate_ssa_form` add `MediumLevelILFunction::ssa_variable_definition` add `MediumLevelILFunction::ssa_memory_definition` add `MediumLevelILFunction::ssa_variable_uses` add `MediumLevelILFunction::ssa_memory_uses` add `MediumLevelILFunction::is_ssa_variable_live` add `MediumLevelILFunction::variable_definitions` add `MediumLevelILFunction::variable_uses` add `MediumLevelILFunction::live_instruction_for_variable` add `MediumLevelILFunction::ssa_variable_value` add `MediumLevelILFunction::create_graph` add `MediumLevelILFunction::variables` add `MediumLevelILFunction::aliased_variables` add `MediumLevelILFunction::ssa_variables` add `MediumLevelILInstruction::set_expr_type` fix `MediumLevelILInstruction::generate_ssa_form` redundant type | |||
| 2024-05-28 | Include CoreAPI documentation into the generate rust bindings | Rubens Brandao | |
