Squared Brackets in x86 asm from IDA

孤者浪人 提交于 2021-02-10 13:39:47

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!