| 584 | |
| 585 | |
| 586 | class DebugAdapterType : public DbgRefCountObject<BNDebugAdapterType> |
| 587 | { |
| 588 | public: |
| 589 | DebugAdapterType(BNDebugAdapterType* adapterType); |
| 590 | static DebugAdapterType* GetByName(const std::string& name); |
| 591 | bool CanExecute(Ref<BinaryView> data); |
| 592 | bool CanConnect(Ref<BinaryView> data); |
| 593 | static std::vector<std::string> GetAvailableAdapters(Ref<BinaryView> data); |
| 594 | }; |
| 595 | }; // namespace BinaryNinjaDebuggerAPI |
nothing calls this directly
no outgoing calls
no test coverage detected