I have the following line in IDA PRO:
CODE: 00406434 dword_406434 dd 0
I know that dword_406434 is a place where a value is stored. So, my question is:
First : What is that "dd" in that line ? Second: And is the 0 the value stored at dword_406434 ?
best regards,