Replies: 1 comment
-
There's an example in the README: https://github.com/icedland/iced/blob/master/src/rust/iced-x86/README.md#assemble-instructions let _ = ptr(rax).fs(); // fs:[rax] |
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
-
I'm trying to use Protected Mode Exceptions registers
As sample code:
I'il trying write
This does not seem to be the correct use, for example, I cannot specify the index where to write the address of the SEH handler procedure
the question is, how to use these registers correctly?
Beta Was this translation helpful? Give feedback.
All reactions