Commit 2e55bdf8 authored by Chu's avatar Chu

call shellcode in process

parent 637e7beb
......@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
std::cout << "[+] shellcode: 0x" << reinterpret_cast<std::size_t>(call_libc_dlopen_mode_addr) << " " << std::dec
<< shellcode.size() << std::endl;
// call shellcode
// call shellcode in process
// resume process
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment