| Age | Commit message (Collapse) | Author |
|
|
|
|
|
`TypeParser`
|
|
|
|
|
|
|
|
Does not really effect anything but just saw it was still referencing old version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Need to expose these setters, even if there usage is limited when dealing with NTR reference, something in the core might be unconditionally
retrieving the width or alignment of the type without trying to resolve NTR.
|
|
|
|
to be considered for heuristic calling convention detection
|
|
|
|
|
|
|
|
|
|
It was passing the cffi object not the api object
|
|
|
|
They are flag *writes* not the flags themselves.
|
|
|
|
Add Python API setters for NamedTypeReferenceBuilder:
- name setter: Sets the qualified name using BNSetNamedTypeReferenceBuilderName
- type_id setter: Sets the type ID using BNSetNamedTypeReferenceBuilderTypeId
- named_type_class setter: Sets the type class using BNSetNamedTypeReferenceBuilderTypeClass
These setters enable modifying type reference builders after creation,
which is useful for workflows that progressively refine type metadata
during analysis or type recovery.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
Adds a GetInstructionTextWithContext callback to the architecture class
that can be used to pass data from AnalyzeBasicBlocks. This same context
is also supplied to LiftFunction and allows for supplying shared function
and/or binary view level information across basic block analysis, function
lifting, and disassembly text rendering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to ghidra docs on importing
|
|
|
|
|
|
|
|
|
|
container file entries.
|
|
|