summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2025-12-24Fix crash when displaying variable with null type in pseudo-c and pseudo-rustJosh Ferrell
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-11-10Fix crash for psuedo views (C/Obj-C/Rust) with unknown array access expr typeMason Reed
2025-11-04Fix incorrect dereferencing in HLIL_STRUCT_FIELD rendering, and fix ignoring ...Rusty Wagner
2025-10-11Fix demo ifdefsJosh Ferrell
2025-08-13Fix round and single-operand uses of COMBINE in Pseudo-CGalen Williamson
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-16[PseudoC] Fix handling of struct field accesses at offset 0Mark Rowe
2025-07-16pseudo-c/rust: fix member index hint in field resolutionRyan Snyder
2025-07-15Expose analysis' system call type and name retrievalMason Reed
2025-07-02Add outlining support for wmemcpy.Brian Potchik
2025-06-28Fix psuedo-c semicolon highlighting in ternary operationsAlexander Khosrowshahi
2025-06-28Add support for ternary simplification in Psuedo C and disable in graph viewAlexander Khosrowshahi
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-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-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-21Fix HLIL_LABEL renderingGlenn Smith
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-06Add cast to partial var accesses in pseudo C/RustBrandon Miller
2025-04-15Cast on indexed array assignments in pseudo C/RustBrandon Miller
2025-04-15Fix pseudo C/Rust absent lhs on comparisonBrandon Miller
2025-04-15Handle var assign with split src in pseudo C/RustBrandon Miller
2025-04-11Fix pseudo C and rust type cast on HLIL_DEREFBrandon Miller
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner
2024-12-27One case of needing the type printer in pseudo rustGlenn Smith
2024-12-27Make pseudo-c use the default type printerGlenn Smith
2024-12-27Clean up langreps' opcode print switchGlenn Smith
2024-11-04Fix opening/closing braces in PseudoRustPeter LaFosse
2024-10-28Eliminate AST parameter in high level rendering APIs, as it is already part o...Rusty Wagner
2024-10-28hlr: expose ability to claim line addressesRyan Snyder
2024-10-24Make PseudoRust collapsablePeter LaFosse
2024-10-24Fix alignment of top level braces in PseudoCPeter LaFosse
2024-10-23Linear view function regions collapsePeter LaFosse
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner