summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03Make headers far more visible in docs CSS.Alexander Taylor
Also changes the dark theme background color so that links clash less with the background.
2024-07-03fix invalid ptr caused by dropping InstructionTextToken prematurelyRubens Brandao
2024-07-03Add missing GNU_PROPERTY program header typeJosh Ferrell
2024-07-03remove some enums from settingsJordan Wiens
2024-07-03update settings table for 4.1Jordan Wiens
2024-07-03Remove all places where the code checks for the view name "Debugger"Xusheng
2024-07-02add custom tooltip exampleJordan Wiens
2024-07-02Fix many crashes from uncaught exceptionsJosh Ferrell
2024-07-02Fix needing to have a binary open to use current_projectJosh 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
It wasn't closing the downloaded FileMetadata object
2024-06-27Fix crash when parsing DWARF with terminating FDE in .eh_frameJosh Ferrell
2024-06-27Add iOS Platforms. Add Mach-O Typelib supportkat
2024-06-26[Enterprise] Clean up initialization flowGlenn Smith
2024-06-26ui: support for il xref navigationRyan Snyder
2024-06-26add intel CPU bug to troubleshootingJordan Wiens
2024-06-25Add FlowGraphWidget::getScale()Glenn Smith
2024-06-25Fix il magic variables for lifted, mmlil, mmlil_ssaJosh Ferrell
2024-06-25Fix url to sample plugin in plugins.mdGlenn Smith
2024-06-24Add `Elf{32,64}_{Rel,Rela}` table to ELF viewclubby789
2024-06-24fix return type for python KeyValueStore size functionsRubens Brandao
2024-06-24fix python Database.trim_snapshotRubens Brandao
2024-06-24fix python DisassemblyTextRenderer basic_block and settingsRubens Brandao
2024-06-21Add missing open source dependencyJosh Ferrell
2024-06-21Fix some type hintsJosh 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-19Disable Fallback type library for x86, x86_64, aarch64, mipsZichuan Li
2024-06-19Mach-o type libraries are already addedZichuan Li
2024-06-19Override virtual GetFallbackEnabled for windowsZichuan Li
Disable fallback type library for windows platform
2024-06-19Implement callback function for fallback type libraryZichuan Li
2024-06-19Fix double traversal of HLIL switch case contents when not in AST formRusty Wagner
2024-06-19Add a rebased callback for binary viewXusheng
2024-06-19Make BinaryView::NotifyDataWritten/NotifyDataInserted/NotifyDataRemoved ↵Xusheng
public so that it can be called from the debugger