Skip to content

Encoding question #363

Answered by JenyaRostov
JenyaRostov asked this question in Q&A
Jul 11, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

kinda figured it out
my original instruction was with a small displacement and encoded as follows: 8B 05 4E650800 mov eax, [variable]
zydis correctly identified it as rip displacement
but to change displacement to a much larger value i had to this

which changes instruction to A1 E886D391F77F0000 (absolute address)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@JenyaRostov
Comment options

@mappzor
Comment options

Answer selected by JenyaRostov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-question Category: Question and assistance with usage A-encoder Area: Encoder
3 participants
Converted from issue

This discussion was converted from issue #362 on July 11, 2022 14:52.