Questions tagged [opcodes]
47 questions
-1
votes
1 answer
64 bit dll module doesn't match file
My x64 bit dx11 process loads dxgi.dll and claims to be using the one from C:\Windows\System32\dxgi.dll.
However, whenever I inspect it in ram, the opcodes don't match up at all as if its loading a different version of the dll.
How can I find the…

John
- 5,942
- 3
- 42
- 79
-3
votes
2 answers
what is the x86 opcode for assembly variables and constants?
i know that every instruction has opcodes.
i could find opcodes for mov , sub instructions.
but what is the opcode for variables and it's types.
we use assembler directives to define a variable and constant?
how they are represented in x86…

Naveen prakash
- 409
- 1
- 5
- 10