How does this milw0rm heap spraying exploit work?

后端 未结 7 1377
旧巷少年郎
旧巷少年郎 2020-12-12 08:49

I usually do not have difficulty to read JavaScript code but for this one I can’t figure out the logic. The code is from an exploit that has been published 4 days ago. You c

7条回答
  •  伪装坚强ぢ
    2020-12-12 09:15

    Any time I see memory that doesn't get addressed in an exploit discussion, my first thought is that the exploit is some sort of buffer overflow, in which case the memory is either causing the buffer to overflow or is being accessed once the buffer overflows.

提交回复
热议问题