Skip to content
0x41 0x53 0x4d 0x2c 0x20 0x52 0x65 0x76 0x65 0x72 0x73 0x69 0x6e 0x67 0x20 0x61 0x6e 0x64 0x20 0x6f 0x74 0x68 0x65 0x72 0x20 0x73 0x74 0x75 0x66 0x66
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
basic-C
simpleprograms
.gitignore
LICENSE
README.md
complilar.sh

README.md

ASM, Reversing and Exploit

References

Intel x86 Assembler Instruction Set Opcode Table

http://www.sparksandflames.com/files/x86InstructionChart.html

X86 Assembly Guide

http://www.cs.virginia.edu/~evans/cs216/guides/x86.html

The Art of ASSEMBLY LANGUAGE PROGRAMMING

http://www.oopweb.com/Assembly/Documents/ArtOfAssembly/Volume/toc.html

Understanding the Stack

http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Mips/stack.html

Interesting Stuff

Introductory Intel x86: Architecture, Assembly, Applications

https://www.youtube.com/watch?v=H4Z0S9ZbC0g&list=PL038BE01D3BAEFDB0

Intermediate Intel X86: Architecture, Assembly, & Applications

https://www.youtube.com/watch?v=8b0wZhDvLCM&list=PL8F8D45D6C1FFD177

Exploits1: Introduction to Software Exploits

https://www.youtube.com/watch?v=dGyWvGmBYVw&list=PL96AB65DFCE02EE3E

Exploits 2: Exploits in the Windows Environment

https://www.youtube.com/watch?v=Tne7xRzxpsY&list=PL9F9E52502327B1CA

Intro to Software RE (Reverse Engineering)

https://www.youtube.com/watch?v=byK0tXH5axQ&list=PL416CEDF4A931DB0D

Practical Examples

BOF Shellcode Exploit

https://www.youtube.com/watch?v=MI8UTpbk1HQ

Public Wargames, 10 examples from BOF to ROP

https://www.youtube.com/watch?v=NwP4x2aySbo&list=PL77DCD5DFE17470A3&index=1

You can’t perform that action at this time.