|
| std::string | getStringForLocalVariable (ArchitectureRef arch, FunctionRef func, BinaryNinja::Variable localVar) |
| |
| std::string | getStringForRegisterValue (ArchitectureRef arch, BinaryNinja::RegisterValue value) |
| |
| std::string | getPossibleValueSetStateName (BNRegisterValueType state) |
| |
| std::string | getStringForIntegerValue (int64_t value) |
| |
| std::string | getStringForUIntegerValue (uint64_t value) |
| |
| std::string | getStringForPossibleValueSet (ArchitectureRef arch, const BinaryNinja::PossibleValueSet &values, bool pretty=true) |
| |
| std::string | getStringForInstructionDataflowDetails (BinaryViewRef data, ArchitectureRef arch, FunctionRef func, uint64_t address) |
| |
| std::optional< BinaryNinja::PossibleValueSet > | getPossibleValueSetForToken (View *view, BinaryViewRef data, ArchitectureRef arch, FunctionRef func, HighlightTokenState token, size_t instrIdx) |
| |
| std::optional< BinaryNinja::PossibleValueSet > | getPossibleValueSetForILToken (View *view, HighlightTokenState token) |
| |
| std::optional< uint64_t > | getAddressOfILTokenExpr (View *view, HighlightTokenState token) |
| |
| template<typename T > |
| std::optional< T > | visitILInstructionForToken (View *view, const HighlightTokenState &token, const std::function< std::optional< T >(BinaryNinja::LowLevelILInstruction &)> &llil, const std::function< std::optional< T >(BinaryNinja::MediumLevelILInstruction &)> &mlil, const std::function< std::optional< T >(BinaryNinja::HighLevelILInstruction &)> &hlil) |
| |
| void | showHexPreview (QWidget *parent, ViewFrame *frame, const QPoint &previewPos, BinaryViewRef data, uint64_t address) |
| |
| bool | showDisassemblyPreview (QWidget *parent, ViewFrame *frame, const QPoint &previewPos, BinaryViewRef data, FunctionRef func, const ViewLocation &location) |
| |
| void | showTextTooltip (QWidget *parent, const QPoint &previewPos, const QString &text) |
| |
| bool | isBinaryNinjaDatabase (QFileInfo &info, QFileAccessor &accessor) |
| |
| PlatformRef | getOrAskForPlatform (QWidget *parent, BinaryViewRef data) |
| |
| std::optional< std::string > | getStringForGraphType (BNFunctionGraphType type) |
| |
| std::optional< BinaryNinja::FunctionViewType > | getGraphTypeForString (const std::string &type) |
| |