summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-25Fix reported `cargo fmt` errors from Rust CI.Alexander Taylor
2025-06-25Fix build error on Windows due to defined min/max.Alexander Taylor
2025-06-25Fix cxx20 build issue on Linux.Alexander Taylor
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Fix cxx20 compiler errors.Alexander Taylor
2025-06-25Update fmt to 11.2.0.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-06-25Migrate 'Function Analysis' submenu into the 'Function Settings' menu.Brian Potchik
2025-06-25Initial support for guided disassembly.Brian Potchik
2025-06-25[view][elf] Fixed duplicate NOTE section loading in address space.Hongyu Chen
2025-06-24[Rust] Fix ParsedType fields being privateMason Reed
2025-06-24abb: temp workaround pending binding updateRyan Snyder
2025-06-24Add comment on Pointer.offset being uselessPeter LaFosse
2025-06-23Allow sidebar icons to be hiddenRusty Wagner
2025-06-23abb: minor refactorRyan Snyder
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-06-23Move workflow_objc to API repo, remove CFString & relptr rendererskat
2025-06-23add image for update dialogJordan Wiens
2025-06-20Update Settings documentation in the User Guide.Brian Potchik
2025-06-20Update the Settings IsEmpty API for querying resources.Brian Potchik
2025-06-20Initial support for Quick Settings.Brian Potchik
2025-06-18Make StructureBuilder.finalize immutableJosh Ferrell
2025-06-18[ObjC] Improve how [super ...] calls are displayedMark Rowe
2025-06-18[ObjC] Prefer displaying id rather than objc_object*Mark Rowe
2025-06-18Have PseudoCFunction use its language's type printerMark Rowe
2025-06-18[ObjC] Rewrite a couple of additional runtime callsMark Rowe
2025-06-18[ObjC] Display selectors as @selector(...)Mark Rowe
2025-06-16Use heuristic confidence for ELF symbol auto-type inference.Brian Potchik
2025-06-16Update SymbolQueue API to support types with confidence.Brian Potchik
2025-06-16Don't yield None in BinaryView hlil|mlil_functionsBrandon Miller
2025-06-13[Rust] Fix dwarfdump not buildingMason Reed
2025-06-13[Rust] Make the `target` field public in `Edge`saruman9
2025-06-13[Rust] Add `BinaryViewExt::strings` and `BinaryViewExt::strings_in_range`Mason Reed
2025-06-13Require a default platform to create functions for a given Binary ViewMason Reed
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason Reed
2025-06-13Fix misc memory leaks in C++ APIMason Reed
2025-06-12Add missing IL ops, flags parameters, call stack adjustGlenn Smith
2025-06-12Fix RegisterStackFreeTopRelative opcode typoGlenn Smith
2025-06-12Example workflow testing the copy_expr functionGlenn Smith
2025-06-11LLILIntrinsic: Don't quote type in detailed_operandsGlenn Smith
2025-06-11Python: LLIL_GOTO/IF ops have InstructionIndex operandsGlenn Smith
2025-06-11Allow LLILFunction.set_flag to use flag indexGlenn Smith
2025-06-11Fix doc and typing on ILFunction.appendGlenn Smith
2025-06-11API to create immediate function graphsGlenn Smith
2025-06-11Expose Function::CheckForDebugReportGlenn Smith
2025-06-11Fix IL BasicBlock repr using hex IL instr indicesGlenn Smith
2025-06-11Docs describing what basic block (post) dominators areGlenn Smith
2025-06-11Expose AnalysisContext::GetLiftedILFunction properlyGlenn Smith
2025-06-10Add UI action and API to control switch recovery in HLILRusty Wagner