From 183ef5e2f0ba6124efac98efba67757f1e8b2aa9 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 3 Oct 2025 18:22:58 -0400 Subject: Update IMG4 transform to use DecodeWithContext and synthesize a filename for the payload. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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. -- cgit v1.3.1