Squared Brackets in x86 asm from IDA
问题 I used IDA Starter to dissassemble a Windows program, and there is something I don't understand in the resulting assembler code: mov eax, dword_4033CC[eax*4] My question is, what the purpose of the squared brackets is. I found this other question, that is also about squared brackets, but I believe that this is a different context. 来源: https://stackoverflow.com/questions/49176047/squared-brackets-in-x86-asm-from-ida