IP

Wednesday, August 10, 2011

Assembly Language Primer Videos (19 vids 300 mins)

Assembly Language is a must know if one wants to dive into more advanced topics such as reverse engineering, code expoitation techniques such as buffer overflows, virus and worm programming etc. Though there are many good text books out there, very few concentrate on more practical hands on teaching techniques, thus making it tough for newbies to get started . In this video series i have created a sort of "Assembly Language Primer for Hackers". It is by no means an exhaustive treatise of the language, but hopefully will get you started on the subject within minutes.

I will using a lot of concepts learnt here in the Scenario Based Hacking and Metasploit Megaprimer video series.

I have created 2 different series - one for Linux and the other for Windows. It is important that you first go through the Linux one and then the Windows series, as I have borrowed a lot of concepts from the former in the latter.


Assembly Language Primer for LINUX


1. System Organization Concepts:

http://tinyurl.com/ceq5fy


2. Virtual Memory Basics:

http://tinyurl.com/c7o956


3. GDB Primer:

http://tinyurl.com/cmsvfj


4. Coding your first Hello World program

http://tinyurl.com/dj9fgn


5. Data types in Assembly:

http://tinyurl.com/cs6cy4


6. Moving Data around in a program:

http://tinyurl.com/cmwv3r


7. Working with Strings::

http://tinyurl.com/dlav5f


8. Unconditional Branching techniques:

http://tinyurl.com/djthgy


9. Conditional Branching using the JMP family:

http://tinyurl.com/ce9npc

10. Functions in Assembly

http://tinyurl.com/cy8b9m


11. Understanding the Stack

http://tinyurl.com/dh72ow



Assembly Language Primer for WINDOWS

1. Windows Assembly Language Primer Part 1 (Processor Modes)
http://bit.ly/bhXXvG


2. Windows Assembly Language Primer for Hackers Part 2 (Protected Mode Assembly)
http://bit.ly/aKf6hm

3. Windows Assembly Language Primer for Hackers Part 3 (Win32 ASM using MASM32)
http://bit.ly/anwith

4. Windows Assembly Language Primer for Hackers Part 4 (MASM Data Types)
 http://bit.ly/aYoJEZ

5. Windows Assembly Language Primer for Hackers Part 5 (Procedures)
http://bit.ly/94Gcwz

6. Windows Assembly Language Primer for Hackers Part 6 (Macros)
http://bit.ly/bcbThH

7. Windows Assembly Language Primer for Hackers Part 7 (Program Control using JMP)
http://bit.ly/cPeSZG

8. Windows Assembly Language Primer for Hackers Part 8 (Decision Directives)
http://bit.ly/dB4znP

Hacking For DummiesHacking: The Art of Exploitation, 2nd EditionGray Hat Hacking The Ethical Hackers Handbook, 3rd EditionThe Basics of Hacking and Penetration Testing: Ethical Hacking and Penetration Testing Made EasyHacking: The Next Generation (Animal Guide)
Looking forward to your feedback!

No comments:

Post a Comment