summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-03[ObjC] Add an explicit reference to a method impl from its selectorMark Rowe
2025-06-03[MachoView] Add support of __init_offsetsObriv Mostov
2025-06-02Add IL for thumb2 CP instructionsjonathanzetier
2025-06-02Update README.mdjonathanzetier
2025-06-02ARM64 disassembler: fix MSVC compilationjustanotheranonymoususer
2025-05-31[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...Mason Reed
2025-05-30[Rust] Add `Variable::to_register` helper functionMason Reed
2025-05-30[Rust] Finish out the `PossibleValueSet` implementation to include range and ...Mason Reed
2025-05-30[Rust] Express expression vs instruction index for MLIL and HLIL APIsMason Reed
2025-05-30[Rust] Map LLIL_UNDEF to LowLevelILExpressionKind::UndefMark Rowe
2025-05-30[Rust] Add support for LLIL_SEPARATE_PARAM_LIST_SSAMark Rowe
2025-05-30[Rust] Add support for LLIL_REG_PHI / LLIL_MEM_PHI / LLIL_FLAG_PHIMark Rowe
2025-05-30[Rust] Support retrieving use / def of SSA registers in LLILMark Rowe
2025-05-30[Rust] Add LowLevelILInstruction::basic_block / LowLevelILFunction::basic_blo...Mark Rowe
2025-05-30[Rust] Have LowLevelILBlock derive Clone rather than manually implementing itMark Rowe
2025-05-30[Rust] Allow mapping between SSA and non-SSA forms of instructions / expressionsMark Rowe
2025-05-30[Rust] Make LowLevelIL{Expression,Instruction} implement CopyMark Rowe
2025-05-30Don't query the template simplifier setting while demangling symbolsPeter LaFosse
2025-05-30[ObjC] Improve naming of arguments to Objective-C methodsMark Rowe
2025-05-30[ObjC] Fix another case where a category's class name was not being resolvedMark Rowe
2025-05-30Misc shared cache improvementsMason Reed
2025-05-29Light unused variable cleanup in Psuedo C/Obj-C Pluginkat
2025-05-29[PseudoObjC] Handle named type references to types that don't existMark Rowe
2025-05-29Detect calls that the Objective-C workflow has rewritten directly to an imple...Mark Rowe
2025-05-29Implement a Pseudo Objective-C language representationMark Rowe
2025-05-28PR #6757: prefer fp, lr for x29, x30yrp
2025-05-28Revert "Fix compilation with MSVC: arm64/disassembler/decode_scratchpad.c"Galen Williamson
2025-05-28[ObjC] Use relative pointer types for members of `objc_method_entry_t`Mark Rowe
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-05-28Eliminate jsoncpp usage from the AnalysisContext C++ API object.Brian Potchik
2025-05-27Update decode_scratchpad.cjustanotheranonymoususer
2025-05-27Fix compilation with MSVC: arm64/disassembler/decode_scratchpad.cjustanotheranonymoususer
2025-05-27Misc rust formattingMason Reed
2025-05-27update idb_import idb-rs to 0.1.10rbran
2025-05-26Fix analysis state properties to return enums instead of integers.Brian Potchik
2025-05-26Fix crash when exporting DWARF failsJosh Ferrell
2025-05-23add cross-referencing to docs for save and create_databaseJordan Wiens
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-05-23Fix ChoiceField docs, add .default getter/setterJosh Ferrell
2025-05-23Fix spurious cross-reference updates during startup initialization. Save the ...Brian Potchik
2025-05-23Add aliases for the RTTI/VFT analysis activities.Brian Potchik
2025-05-23Add 'Remove from Recent Files' action to the context menu for the recent file...Brian Potchik
2025-05-23[RTTI] Fix exception in binary with a erroneous class hierarchy descriptorMason Reed
2025-05-23[RTTI] Fix typo in some log callsMason Reed
2025-05-22Bump abi version for new apiGlenn Smith
2025-05-22Fix formatting nullptrGlenn Smith
2025-05-22Fix Ref<T> and Confidence<T> formattersGlenn Smith
2025-05-22Add fmt printer for Ref<Type>Glenn Smith
2025-05-22Add TypeContainer::GetEmptyTypeContainerGlenn Smith
2025-05-22[RTTI] Catch uncaught exceptions to let analysis finish in the event of an th...Mason Reed