Disable Alignment Rust #656
Unanswered
Agent08agent
asked this question in
Q&A
Replies: 0 comments
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 am using Iced x86 in Rust and making an automated hook.
However, I am testing all cases and in some cases CodeAssembler is placing extra unnecessary bytes to align the code. I don't want the alignment at all.
I can't know where the hook exactly is going to be placed.
I can't know how long the vector of bytes generated by CodeAssembler at the location.
I can't use absolute addressing.
All I want is to not align.
Thank you for helping
Beta Was this translation helpful? Give feedback.
All reactions