| Age | Commit message (Collapse) | Author |
|
Function::GetHighLevelILSSAVariables to the C++ API
|
|
and the respective C and C++ functions; Addressed the API side of #2662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicting with Type.GetTypeClass
|
|
|
|
Fix rust AddStructureMemebers
|
|
Remove _mutable types
|
|
StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BNGetFunctionILVariables, prevent variables without types (from Mapped MLIL) from erroring out in function.Variable's __repr__, added BNGetLowLevel-Registers, RegisterStacks, Flags, MemoryVersions, and their respective SSA versions, added `LowLevelILFunction`- `.vars`, `.ssa_vars`, `.registers`, `.register_stacks`, `.flags`, `.memory_versions` and ssa versions.
|
|
Co-Authored-By: Josh Ferrell <josh@vector35.com>
|
|
Fixes #1926 #2374 #2325 #2204 #1652 and possibly others
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add Python API for retrieving all type fields referenced by code
change m_updatesRequired to std::atomic_bool
fix potential UAF after calling AnalysisCompletionEvent::Cancel()
|
|
|
|
|
|
|
|
|
|
instruction/expr text
|
|
|
|
fix state initialization.
|
|
TSAN sees a data race in AddRef()
|