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] |
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.
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?
All reactions