How to use sysenter with 6th argument

前端 未结 0 1196
刺人心
刺人心 2021-02-14 06:29

i try to call mmap and it require 6 arguemnt as an input, with int 0x80 you can do it very easily like this:

  mov eax, 90
  mov ebx, 0
  mov ecx, 512
  mov edx,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题