From 013945b3efa885101db16990311093912775d1c6 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Fri, 19 Mar 2021 23:06:21 +0000 Subject: Rust API: Type Improvements FunctionParameters now hold refs and have a constructor --- rust/src/disassembly.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/disassembly.rs') diff --git a/rust/src/disassembly.rs b/rust/src/disassembly.rs index e784b1ca..2eb96680 100644 --- a/rust/src/disassembly.rs +++ b/rust/src/disassembly.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// TODO : Combine this with the architecture implementation + use binaryninjacore_sys::*; use crate::string::BnString; -- cgit v1.3.1