| Age | Commit message (Collapse) | Author |
|
|
|
documentation)
|
|
|
|
|
|
|
|
`InstructionTextTokenContents`; Fix some functions in types.rs not following the `T:
Into<Conf<...>>` convention
|
|
debug info API"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
panics when called on certain types in newer versions of Rust
|
|
initialization, and parsing
|
|
|
|
|
|
Closes #2427, #2585, #1658, #1632, probably others
|
|
Co-authored-by: EliseZeroTwo <mail@elise.moe>
|
|
disassembly::InstructionTextToken; update examples
|
|
This should include everything required to retrieve linear disassembly
for a function.
* add `highest_address` method to `Function`
* add `DisassemblySettings`
* add text getter for `InstructionTextToken`
* add `LinearViewObject`, `LinearViewCursor`
* add decompilation example
|
|
To make use of shard functionality, we split the CoreOwnedArrayProvider
into CoreArrayProvider and CoreOwnedArrayProvider. Array makes use of
the CoreOwnedArrayProvider, which depends on CoreArrayProvider, while
the new ArrayGuard only requires CoreArrayProvider and represents
a non-owned array.
|
|
more "match match {} {}")
|
|
|
|
|
|
This is missing all the things that iterate over tag types for now.
|
|
|
|
Current implementation returns the flag write id rather than the flag
class id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cargofmt for types api changes
|
|
|
|
Fix rust AddStructureMemebers
|
|
Remove _mutable types
|
|
|
|
|
|
|
|
|
|
FunctionParameters now hold refs and have a constructor
|
|
|
|
|
|
0732c4d3e9b24382271139c6f796d1639efb1c5d
|