summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-06-10Ensure the ConstantData IL instructions in the Python bindings provide the 'c...Brian Potchik
2025-06-09[thumb2] Converted MSR system registers into enumGalen Williamson
2025-06-09WIP improve thumb2 MSR liftingGalen Williamson
2025-06-09[thumb2] add intrinsics for rbit and clz instructionsGalen Williamson
2025-06-09More None checks when querying IL internal to APIBrandon Miller
2025-06-09Update type hints/docs for Python IL API changesBrandon Miller
2025-06-06Option to ignore whitespace in searchesGlenn Smith
2025-06-06fix broken link in python docsJordan Wiens
2025-06-06Objective-C Processor: Remove vestigial code tracking whether view was backed...kat
2025-06-06Handle None when querying IL in Python generatorsBrandon Miller
2025-06-05Stack Offset render layer: Use AnnotationToken to fix Edit InstructionGlenn Smith
2025-06-05Python: Set interpreter thread name for debuggingGlenn Smith
2025-06-05Fix and add code docs regarding FileMetadata view types vs view namesMason Reed
2025-06-05Fix crash in GNU3 demangler with specific non-mangled stringMason Reed
2025-06-05Fix running in headless modeMichael Krasnitski
2025-06-05Fix incorrect paths in EFI ResolverMichael Krasnitski
2025-06-04[MachO] Don't add symbols when processing bind fixupsMark Rowe
2025-06-04Fix calls to BNFreeString in kernel cache APIAlexander Khosrowshahi
2025-06-03Add UI action and API to control early returns in HLILRusty Wagner
2025-06-03Add UI action and API to flip conditions during HLIL restructuringRusty Wagner
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