[Solved] What is this kind of shell code in c or c++? [closed]
Page 315 of Hacking: The Art of Exploitation does a good job explaining what that code does. solved What is this kind of shell code in c or c++? [closed]
Page 315 of Hacking: The Art of Exploitation does a good job explaining what that code does. solved What is this kind of shell code in c or c++? [closed]
The problem with creating shellcode from C programs is not that you cannot control the assembly generated, nor something related with the code generation. The problem with creating shellcode from C programs is symbols resolution or relocation, call it whatever you like. You approach, for what I have understand, is right, you are just using … Read more