index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
workflow_objc
Age
Commit message (
Expand
)
Author
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-30
[ObjC] Set return type on objc_msgSend calls that send an init message to a k...
Mark Rowe
2026-03-30
[ObjC] Propagate types from objc_alloc_init and friends
Mark Rowe
2026-03-24
[Rust] Move `ObjectDestructor` to own module and add some extra documentation
Mason Reed
2026-02-23
[Rust] Fix plugins being referenced in `cargo about` output
Mason Reed
2026-02-10
Fix rpath of workflow_objc on macOS
Mark Rowe
2026-01-14
Allow controlling which address is used for instructions created when inlinin...
Mark Rowe
2026-01-11
[Rust] Enter more session scoped tracing spans for debug info and binary view...
Mason Reed
2026-01-11
[Rust] Replace `log` with `tracing`
Mason Reed
2025-12-11
[ObjC] Don't override the core.function.metaAnalysis workflow description
Mark Rowe
2025-12-05
[Rust] Do not clean out-of-tree dependencies for incremental builds
Mason Reed
2025-12-05
[Rust] Bump pinned version to 1.91.1
Mason Reed
2025-12-01
[ObjC] Support removing reference counting operations in more places in the s...
Mark Rowe
2025-10-22
Add more plugins to free
Mason Reed
2025-10-02
[ObjC] Add support for removing runtime calls that perform retain count opera...
Mark Rowe
2025-10-02
[ObjC] Silence some more unnecessary logging
Mark Rowe
2025-09-26
[ObjC] Don't assume that all calls to objc_msgSend have parameters
Mark Rowe
2025-09-25
[ObjC] Don't log when encountering an objc_msgSendSuper2 call from Swift code
Mark Rowe
2025-09-17
[ObjC] Propagate type information from calls to `[super init]`
Mark Rowe
2025-08-27
Rewrite Obj-C workflow in Rust
Mark Rowe
2025-08-20
Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate
Mark Rowe
2025-08-14
[Mac] Consistently specify rpaths for plug-ins
Mark Rowe
2025-08-08
Update remaining projects to C++20
Mark Rowe
2025-07-14
Revert "Update Objective-C Workflow to use the meta workflow."
Brian Potchik
2025-07-14
Update Objective-C Workflow to use the meta workflow.
Brian Potchik
2025-07-13
[ObjC] Handle LLIL_TAILCALL instructions when analysis.objectiveC.resolveDyna...
Mark Rowe
2025-07-13
[ObjC] Handle tail calls to objc_msgSend when applying call type adjustments
Mark Rowe
2025-07-13
[ObjC] Fix an off-by-one error that would skip inlining of the first objc_msg...
Mark Rowe
2025-07-02
Fix Objective-C dynamic dispatch setting.
Brian Potchik
2025-06-23
Move workflow_objc to API repo, remove CFString & relptr renderers
kat