|
| | TransformSession (const std::string &filename) |
| | TransformSession (const std::string &filename, BNTransformSessionMode mode) |
| | TransformSession (Ref< BinaryView > initialView) |
| | TransformSession (Ref< BinaryView > initialView, BNTransformSessionMode mode) |
| | TransformSession (BNTransformSession *session) |
| virtual | ~TransformSession () |
| Ref< BinaryView > | GetCurrentView () const |
| Ref< TransformContext > | GetRootContext () const |
| Ref< TransformContext > | GetCurrentContext () const |
| bool | ProcessFrom (Ref< TransformContext > context) |
| bool | Process () |
| bool | HasAnyStages () const |
| bool | HasSinglePath () const |
| std::vector< Ref< TransformContext > > | GetSelectedContexts () const |
| void | SetSelectedContexts (const std::vector< Ref< TransformContext > > &contexts) |
| Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNTransformSession, BNNewTransformSessionReference, BNFreeTransformSession > |
| | CoreRefCountObject () |
| virtual | ~CoreRefCountObject () |
| BNTransformSession * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | ReleaseForRegistration () |
| void | AddRefForCallback () |
| void | ReleaseForCallback () |