summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-11[Mach-O] Fix issue where imported symbols did not have relocations applied, F...kat
2024-06-11ELF: Fix crash if an entry point function fails to loadGlenn Smith
2024-06-11Add some missing arm64 system registersJosh Ferrell
2024-06-11Fix lifting of pair load operations when first and third operand are equal an...Josh Ferrell
2024-06-10Fix handling of compressed debug sections in 32-bit ELFsJosh Ferrell
2024-06-10Add fmt formatters for IL instructionsGlenn Smith
2024-06-10Cookbook entry on adding a magic variableGlenn Smith
2024-06-10Fix python magic variables applying post-startupGlenn Smith
2024-06-10Alternate fmt::Debug for Type with even more debug infoGlenn Smith
2024-06-10add explanation about double clicking addresses in memory mapJordan Wiens
2024-06-10Large PDB parsing performance improvementsJosh Ferrell
2024-06-10Change some dwarf errors to warningsJosh Ferrell
2024-06-10Correctly parse the value of guardCFCheckFunctionPointer and guardCFDispatchF...Xusheng
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-06Add api/modular system to python magic variablesGlenn Smith
2024-06-06Update issue template to ask for a binary by default. Fix https://github.com/...Xusheng
2024-06-05Add support for getting/setting default calling conventions in pythonJosh 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-04Docs for the sorted setting propertyGlenn 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-06-04Fix crash in AnalysisMergeConflict::GetPathItemJosh Ferrell
2024-06-04python/architecture: return instance from `Architecture.register()`Catherine
2024-06-04BASE rebase navigation for non-mapped viewsBrandon Miller
2024-06-04Display BASE widget for all file typesBrandon Miller
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-31Add binaryninja::load_viewJosh Ferrell
2024-05-31improve efficiencyZichuan Li
2024-05-31Fixed type propagation issue in AARCH64 and MIPSZichuan Li
2024-05-30[arm64] lift scvtfGalen Williamson
2024-05-30fix cargo doc warningsGalen Williamson
2024-05-30Improve offset pointer docs and sidebarGlenn Smith
2024-05-29Add LLIL_JUMP_TO target list to Rust APIRusty Wagner
2024-05-29improve lifting of arm64 CSET instruction per Vector35/binaryninja-api#5134Galen Williamson
2024-05-29Fix crash when reopening a binary with a valid X86_64_RELOC_SUBTRACTOR entryJosh Ferrell
2024-05-29Improve load performance of Mach-Os with relocations and many symbolsJosh Ferrell
2024-05-28Rust API : recommend users use serde_json for when opening with optionsKyleMiles
2024-05-28Implement python MLIL related functionsRubens Brandao