index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang
Age
Commit message (
Expand
)
Author
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2025-12-24
Fix crash when displaying variable with null type in pseudo-c and pseudo-rust
Josh Ferrell
2025-12-20
Fix many of the warnings that show up when compiling with GCC 15.2
Mark Rowe
2025-11-10
Fix crash for psuedo views (C/Obj-C/Rust) with unknown array access expr type
Mason Reed
2025-11-04
Fix incorrect dereferencing in HLIL_STRUCT_FIELD rendering, and fix ignoring ...
Rusty Wagner
2025-10-11
Fix demo ifdefs
Josh Ferrell
2025-08-13
Fix round and single-operand uses of COMBINE in Pseudo-C
Galen 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 0
Mark Rowe
2025-07-16
pseudo-c/rust: fix member index hint in field resolution
Ryan Snyder
2025-07-15
Expose analysis' system call type and name retrieval
Mason Reed
2025-07-02
Add outlining support for wmemcpy.
Brian Potchik
2025-06-28
Fix psuedo-c semicolon highlighting in ternary operations
Alexander Khosrowshahi
2025-06-28
Add support for ternary simplification in Psuedo C and disable in graph view
Alexander Khosrowshahi
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
2025-06-25
Remove implicit conversions from Confidence to underlying type, these can cau...
Rusty Wagner
2025-06-18
[ObjC] Improve how [super ...] calls are displayed
Mark Rowe
2025-06-18
[ObjC] Prefer displaying id rather than objc_object*
Mark Rowe
2025-06-18
Have PseudoCFunction use its language's type printer
Mark Rowe
2025-06-18
[ObjC] Rewrite a couple of additional runtime calls
Mark Rowe
2025-06-18
[ObjC] Display selectors as @selector(...)
Mark Rowe
2025-05-29
Light unused variable cleanup in Psuedo C/Obj-C Plugin
kat
2025-05-29
[PseudoObjC] Handle named type references to types that don't exist
Mark Rowe
2025-05-29
Detect calls that the Objective-C workflow has rewritten directly to an imple...
Mark Rowe
2025-05-29
Implement a Pseudo Objective-C language representation
Mark Rowe
2025-05-21
Fix HLIL_LABEL rendering
Glenn Smith
2025-05-13
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Glenn Smith
2025-05-06
Add cast to partial var accesses in pseudo C/Rust
Brandon Miller
2025-04-15
Cast on indexed array assignments in pseudo C/Rust
Brandon Miller
2025-04-15
Fix pseudo C/Rust absent lhs on comparison
Brandon Miller
2025-04-15
Handle var assign with split src in pseudo C/Rust
Brandon Miller
2025-04-11
Fix pseudo C and rust type cast on HLIL_DEREF
Brandon Miller
2025-01-24
Add line formatter API and a generic line formatter plugin
Rusty Wagner
2025-01-20
Revert "Add line formatter API and a generic line formatter plugin"
Rusty Wagner
2025-01-17
Add line formatter API and a generic line formatter plugin
Rusty Wagner
2024-12-27
One case of needing the type printer in pseudo rust
Glenn Smith
2024-12-27
Make pseudo-c use the default type printer
Glenn Smith
2024-12-27
Clean up langreps' opcode print switch
Glenn Smith
2024-11-04
Fix opening/closing braces in PseudoRust
Peter LaFosse
2024-10-28
Eliminate AST parameter in high level rendering APIs, as it is already part o...
Rusty Wagner
2024-10-28
hlr: expose ability to claim line addresses
Ryan Snyder
2024-10-24
Make PseudoRust collapsable
Peter LaFosse
2024-10-24
Fix alignment of top level braces in PseudoC
Peter LaFosse
2024-10-23
Linear view function regions collapse
Peter LaFosse
2024-10-21
Allow multiple high level representations for display, add Pseudo Rust and a ...
Rusty Wagner