Cstardust / BlogComments

BlogComments
1 stars 0 forks source link

汇编 | 不落辰 #20

Open Cstardust opened 2 years ago

Cstardust commented 2 years ago

https://cstardust.github.io/2022/03/26/%E6%B1%87%E7%BC%96/

dword ptr[地址] [地址]中的地址指向一个双字节数据1234dword 双字 就是四个字节ptr pointer缩写 即指针[]里的数据是一个地址值,这个地址指向一个双字型数据比如mov eax, dword ptr [12345678] 把内存地址12345678中的双字型(32位)数据赋给eax 123456789101112131415161718192021