update idb_import idb-rs to 0.1.12#7236
Conversation
|
Seems like |
|
We added a reader / writer impl recently in the rust bindings, maybe those work? I recall you asking for them @rbran binaryninja-api/rust/src/binary_view/reader.rs Lines 101 to 138 in cde1c38 https://github.com/Vector35/binaryninja-api/blob/dev/rust/tests/binary_reader.rs |
|
Humm... I forgot about that, that wold had worked too. |
| @@ -86,10 +86,9 @@ struct BinaryViewReader<'a> { | |||
| impl std::io::Read for BinaryViewReader<'_> { | |||
There was a problem hiding this comment.
binaryninja-api/rust/src/binary_view/reader.rs
Lines 101 to 138 in cde1c38
As per the discussion we had in this PR swap BinaryViewReader out for the one in bindings
|
I'm unable to use |
|
Merged with 8d4fcf6 apologies for the delay! |
Unfortunately I'm unable to test this on the latest dev release of Binary Ninja, it seems that something on the BinaryViewReader changed (likely
BinaryView::offset_valid) and it broke all the versions of idb_import.I'm investigating.