Frequently reading single instruction from large byte array at offset in C# #649
Unanswered
winscripter
asked this question in
Q&A
Replies: 1 comment
-
|
You're using C# so you could implement your own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Does Iced support an efficient way to read a single instruction at offset from a potentially large byte array (which can be as massive as gigabytes)?
My first thought was the following, done by reading a small chunk of 16 bytes starting at offset to ensure that Iced has enough data to decode any instruction, but I realized that
Beta Was this translation helpful? Give feedback.
All reactions