00:02
Guidance here regarding the how at a specific label in disassembled code, disassembled code.
00:19
So, the first thing is identifying the instruction at the label.
00:34
So, first you need to look for the label in the disassembled code and the first instruction immediately following that the label is instruction at the label.
00:44
So, in your snippet it appears that the label valid name is followed by the instruction cmp.
00:50
So, the answer to question 1 would be cmp eax in valid handle value.
01:08
Now, the second thing finding memory address, finding memory address.
01:18
So, the memory address of the instruction is typically located in left to the instruction assembly.
01:25
So, in this instruction cmp eax in value to handle value has been addressed 0040367.
01:33
So, the answer for question 2 will be 00403674...