diff options
| author | Brian Potchik <brian@vector35.com> | 2025-10-28 14:55:31 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-10-28 14:55:31 -0400 |
| commit | 5d9fa6553036f9d0e5216948585f4e7dcde3fcb7 (patch) | |
| tree | 621b03091ec76b77aeca3fe00dea4fc84d467967 /binaryninjaapi.h | |
| parent | 5edc5e4b198eeaac98c1fb3b4a1a7849d357d06d (diff) | |
Add transform override support to the container browswer.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 375fb227..ad557146 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -9160,7 +9160,9 @@ namespace BinaryNinja { Ref<BinaryView> GetInput() const; std::string GetFileName() const; + std::vector<std::string> GetAvailableTransforms() const; std::string GetTransformName() const; + void SetTransformName(const std::string& transformName); void SetTransformParameters(const std::map<std::string, DataBuffer>& params); void SetTransformParameter(const std::string& name, const DataBuffer& data); bool HasTransformParameter(const std::string& name) const; |
