Introduction We want to do some malware analysis, but to do so, we need a lab that will server the following functions: Not infect our host. Proxy the guest network traffic in order to: ...
Code Redirection through Buffer Overflow on Linux
Introduction In the about section, there is an executable that seems to create a segmentation fault when the input is really long, so let’s try to break it. We can download it from here. Initial ...