Description: The SecurityTube Linux Assembly Expert (SLAE) is an online course and certification which focuses on teaching the basics of 32-bit assembly language for the Intel Architecture (IA-32) family of processors on the Linux platform and applying it to Infosec. Once we are through with the basics, we will look at writing shellcode, encoders, decoders, crypters and other advanced low level applications.
This video is just a sample. To purchase the full course (9 HOURS of VIDEO MATERIAL) and view more sample videos, please use the link below:
http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/
Tags: assembly language , encoder , shellcode , linux , crypter , programming , tutorial , primer , basics , advanced , slae ,
Quality! I'll be enrolling in this course as soon as my schedule allows it! Thank you Vivek!
i was wondering that what would be the opcodes of the c program which i have found while surfing the net years ago, program is right below..
#include "Stdio.h"
main()
{
int a,b,c;
int count = 1;
for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
Hq!WFs XDt!" [b+++21]; )
for(; a-- > 64 ; )
putchar ( ++c=='Z' ? c = c/ 9:33^b&1);
return 0;
}
did a lot of work/research on this to get a shellcode and exhausted trying.
it would be great if tutorial post for converting c programs to shell opecode using objdump or converting assembly equivalent of the above code.
Thank you Vivek :)