From c674599c102adee1882ccb6778e9c819dfccd305 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 30 Jan 2026 14:04:22 -0500 Subject: Improve filename handling for container files. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 481e4102..64753e55 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -9277,7 +9277,7 @@ namespace BinaryNinja { size_t GetChildCount() const; std::vector> GetChildren() const; Ref GetChild(const std::string& filename = "") const; - Ref SetChild(const DataBuffer& data, const std::string& filename = "", BNTransformResult result = TransformSuccess, const std::string& message = ""); + Ref SetChild(const DataBuffer& data, const std::string& filename = "", BNTransformResult result = TransformSuccess, const std::string& message = "", bool filenameIsDescriptor = false); bool IsLeaf() const; bool IsRoot() const; std::vector GetAvailableFiles() const; -- cgit v1.3.1