diff options
| author | Brian Potchik <brian@vector35.com> | 2025-10-03 18:22:58 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-10-03 18:22:58 -0400 |
| commit | 183ef5e2f0ba6124efac98efba67757f1e8b2aa9 (patch) | |
| tree | f6d1edf9de197ebdf63f969816c5695e820140f2 /binaryninjaapi.h | |
| parent | 92d75df37c76813ac4a71e35096dcb31ac1b18af (diff) | |
Update IMG4 transform to use DecodeWithContext and synthesize a filename for the payload.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bd4f6de5..99ba7044 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8929,6 +8929,7 @@ namespace BinaryNinja { }; class TransformContext; + typedef BNTransformCapabilities TransformCapabilities; /*! Allows users to implement custom transformations. |
