summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-07[Rust] Fix a pre-existing formatting issue CI is complaining aboutMark Rowe
2025-05-07[Rust] Add Function::variable_typeMark Rowe
2025-05-06Memory map UI improvementsMason Reed
2025-05-06[SharedCache] Add activities to core.function.metaAnalysis rather than a new ...Mark Rowe
2025-05-07Correct typos in Function.add_tag docs. Fixes #6796Malware Utkonos
2025-05-06[SharedCache]"Fix" possible deadlock when loading images from the UIMason Reed
2025-05-06Add cast to partial var accesses in pseudo C/RustBrandon Miller
2025-05-05Fix order of constructor arguments in VariableNameAndType.from_identifier and...Galen Williamson
2025-05-04Add a setting to disable creating a backing memory region for SVD regionsMason Reed
2025-05-04[Rust] Fix a pre-existing formatting issueMark Rowe
2025-05-04[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_formMark Rowe
2025-05-03[SharedCache] Avoid reading header fields outside of the bounds of the headerDaniel Roethlisberger
2025-05-02add important concept documentation on IL existingJordan Wiens
2025-05-02[SharedCache] Have VirtualMemoryReader get the address size from the underlyi...Mark Rowe
2025-05-02[SharedCache] Fix parsing of Objective-C metadataMark Rowe
2025-05-02Add core decompiler loop as a dependency of VFT analysis to ensure newly intr...Brian Potchik
2025-05-02Add support to FlowGraphWidget for Initial Size to Fit.Brian Potchik
2025-05-01Updates to WorkflowMonitor UI.Brian Potchik
2025-04-29Minor updates to the Workflows documentation.Brian Potchik
2025-04-29Fix fmt formatting of IL instruction tokensGlenn Smith
2025-04-29Clean up args render layer exampleGlenn Smith
2025-04-29Fix memory leak in when calling `Metadata::get_value_store` in Rust APIMason Reed
2025-04-29Fix memory leak in python Enumeration classPeter LaFosse
2025-04-29Fix memory leaks in Sections, Segments, Settings, ExternalLibrary, and Backgr...Peter LaFosse
2025-04-29Fix BNVersionInfo leakingMason Reed
2025-04-29Fix memory leak in Metadata::GetKeyValueStore()Peter LaFosse
2025-04-29Fix memory leaks in Component::GetGuid/GetName/GetDisplayNamePeter LaFosse
2025-04-28[SharedCache] Support loading iOS shared caches older than 11Mason Reed
2025-04-28[SharedCache] Improve support for older shared cache versionsMason Reed
2025-04-28Misc shared cache performance improvementsMason Reed
2025-04-28[MachO] Handle chained imports with addendsMark Rowe
2025-04-28[thumb2] correctly set flags for mov{s} and mvn{s} instruction variants with ...Galen Williamson
2025-04-27Add initial Workflow Monitor UI and support for nested subflows.Brian Potchik
2025-04-26Fix some RTTI information being overwritten by empty class infoMason Reed
2025-04-26Demangle more types in Itanium RTTIMason Reed
2025-04-26Misc rust formattingMason Reed
2025-04-26Add generate_ssa_form to LowLevelILFunctionMark Rowe
2025-04-26[SharedCache] Fix possible crash when closing view with images still being ad...Mason Reed
2025-04-26[SharedCache] Update the ref count warning to only show when above 2Mason Reed
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-25Fix misc rust formattingMason Reed
2025-04-25Fix Itanium RTTI skipping type info with stripped root type info objectMason Reed
2025-04-24mips: fix mips32 linux-syscall cc stack behaviorRyan Snyder
2025-04-23Various DWARF fixesJosh Ferrell
2025-04-23Fix Stack Render Layer availability in Free editionGlenn Smith
2025-04-23Add Function::Analyze API to perform on-demand function analysis.Brian Potchik
2025-04-21Fix Itanium VFT analysis crashing when possible VFT at section start boundaryMason Reed
2025-04-21Fix misc invalid root type info construction in Itanium RTTIMason Reed
2025-04-21[SharedCache] Always load image dependenciesWeiN76LQh
2025-04-21Make binja core BASE API compatible with CBrandon Miller