| Age | Commit message (Collapse) | Author |
|
|
|
actions to load default load settings
|
|
Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo`
(in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`)
|
|
|
|
|
|
This will enable us to have progress bars and cancellation of debuginfo application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Impl definitely not controversial and in no way will get me flamed for taking on a dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|