index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-11
update DisassemblyTextLine Drop impl to use Box
Rubens Brandao
2024-04-11
replace Vec<T> with Box<[T]> where capacity eq to len
Rubens Brandao
2024-04-10
Update xed to v2024.04.01
Xusheng
2024-04-09
Fix refresh quiescing for TypeBrowser.
Brian Potchik
2024-04-09
Various fixes for recently added BinaryDataNotifications.
Brian Potchik
2024-04-09
riscv : Remove uses of BnString per #5244
KyleMiles
2024-04-09
replace BStr with str
Rubens Brandao
2024-04-09
Add index field to IL instructions
Michael Krasnitski
2024-04-09
Use name method in visitor examples
Michael Krasnitski
2024-04-09
Add name method to MLIL and HLIL lifted instructions
Michael Krasnitski
2024-04-08
fix typo in concepts example
Jordan Wiens
2024-04-08
Fix lifting for movs* and stos* instructions.
Brian Potchik
2024-04-05
Add ILIsCFGProtected attribute
Peter LaFosse
2024-04-03
Add `importDependencies` argument to `ParseTypeString` to control library imp...
Glenn Smith
2024-04-03
Switch TypeParser to use TypeContainer for its external type source
Glenn Smith
2024-04-03
Fix -DDEBUGGER=NO not working properly
Xusheng
2024-04-02
Fix external URL does not render properly in docs
Xusheng
2024-04-01
Add md1rom binary view with pure Rust lzma implementation
Rusty Wagner
2024-03-30
Update copyright year for various modules
Xusheng
2024-03-28
Workaround for build failures on aarch64 linux.
Alexander Taylor
2024-03-26
added lifting for EXTSW LD LDU LDUX LDX SLD SRAD SRADI SRD STD STDU STDUX STDX
Galen Williamson
2024-03-25
Update cookbook.md
Jackson
2024-03-25
[arch-x86] improve lifting for *movd* and *movq* instructions
Galen Williamson
2024-03-25
Fixed TryReadPointer and ReadPointer APIs
Brandon Miller
2024-03-25
Docs note for original_filename with projects
Brandon Miller
2024-03-25
add more info to UI API concepts
Jordan Wiens
2024-03-22
Remove FloatTruncate as its implied by 'FloatToInt'
Peter LaFosse
2024-03-21
Update to Rust 1.77
Rusty Wagner
2024-03-21
Add uiSelectionControl documentation (skip-ci).
Brian Potchik
2024-03-21
Add copy actions to TypeBrowserView
kat
2024-03-20
add comparators for CoreVersionInfo and easier creation from strings
Jordan Wiens
2024-03-20
Add uiSelectionControl support for registered settings.
Brian Potchik
2024-03-20
add tooltip API to filter dialog
Jordan Wiens
2024-03-20
add examples of wide string rendering to working with strings docs
Jordan Wiens
2024-03-20
Implement Hash, PartialEq & Eq for riscv Register
mason
2024-03-20
Require Hash & Eq implementations for Register and Flag implementations
Mason Reed
2024-03-20
Python API : Fix DebugInfo.parsers
KyleMiles
2024-03-20
Prevent reloading of QSettings file when looking up name for path
Josh Ferrell
2024-03-20
Scripting provider: avoid running command that can return non-ASCII character...
Xusheng
2024-03-19
Add CMake option for BN_REF_COUNT_DEBUG
Glenn Smith
2024-03-19
Improve performance of BinaryView.type_archive_type_names
Glenn Smith
2024-03-19
ELF view: skip 0x0 and -0x1 values when dealing with init/fini arrays
Xusheng
2024-03-19
Avoid creating function symbols with integer type
Xusheng
2024-03-19
name functions in .init_array/.fini_array/.ctors/.dtors sections
Xusheng
2024-03-18
Move `ILFunction` trait into `operand_iter.rs` to make it private
Michael Krasnitski
2024-03-18
Remove BNInstruction associated type from ILFunction trait
Michael Krasnitski
2024-03-18
Cleaner zero-len condition
Michael Krasnitski
2024-03-18
Use BTreeMap for jump targets to ensure deterministic iteration order
Michael Krasnitski
2024-03-18
Account for zero-length operand lists
Michael Krasnitski
2024-03-18
Adjust imports
Michael Krasnitski
[next]