NorthBit / Metaphor

Metaphor - Stagefright with ASLR bypass
GNU General Public License v3.0
312 stars 110 forks source link

Shellcode #5

Open pampalini opened 8 years ago

pampalini commented 8 years ago

what does shellcode in this POC do? and How can I write a shellcode for this POC? and What is output of the POC?

rootkitor commented 8 years ago

The shellcode simply bx to 0x3700,you can replace the shellcode with your own, and pop_r0_r1_r2_pc will give your shellcode three parameters.

3kyo0 commented 8 years ago

shellcode three parameters type is int how can i make a string param in shellcode?