diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-03-19 23:06:21 +0000 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-07-07 23:27:23 -0400 |
| commit | 013945b3efa885101db16990311093912775d1c6 (patch) | |
| tree | 37a8f83c77ad1ed4e40df0ac8bdda541628646b6 /rust/src/disassembly.rs | |
| parent | 9dada0ef8d9d50e6ebc5afe97c25f624bb22da51 (diff) | |
Rust API: Type Improvements
FunctionParameters now hold refs and have a constructor
Diffstat (limited to 'rust/src/disassembly.rs')
| -rw-r--r-- | rust/src/disassembly.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
