Kwelwild Posted March 2, 2013 Report Posted March 2, 2013 [Hack Of The Day Part 6] Writing A Shellcode Decoder In Python Description: In this video, we pick up where we left off in the last video. The goal is to write a full fledged decoder which can take any shellcode as input, and output shellcode implementing the decoding schema we outlined in the previous video.We modify decode.nasm to understand the essential parts of the decoder - specifically ones which are dependent on the input shellcode. We then create a template using which we can easily write the decoder shellcode using a Python script.Enjoy and please do leave your comments behind!Disclaimer: We are a infosec video aggregator and this video is linked from an external website. The original author may be different from the user re-posting/linking it here. Please do not assume the authors to be same without verifying.Original Source: Surs?: [Hack Of The Day Part 6] Writing A Shellcode Decoder In Python Quote