23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
[UdemyCourseDownloader] Assembly Language Adventures Complete Course
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn Assembly LanguageThe x86 Adventures series teaches you your computer's language - x86 Assembly language, from scratch. No prior knowledge is assumed.
[Complete Course]
This is the full collection of x86 Assembly Adventures. It covers everything from the real basics to being an independent (and tough) x86 Assembly programmer.
Main topics covered:
The Binary System
The x86 Architecture
Intro to Flat Assembler
Branching
Signed and Bitwise Operations
Memory
Strings
Subroutines and the Stack
Reading the Manuals
Debugging
Dealing with Windows API
Why learn x86 Assembly Language?
You are the kind of person who really likes to know how things work. In this course you are going to get solid understanding on how computer programs work from the inside.
Become a better programmer - Knowing how things work down there will help you take better decisions, even as a high level programmer. If you were always wondering what is the stack, or what are those pointers everyone talks about, you came to the right place.
Write faster code - When you really want to get the most of your processor, writing in raw Assembly is needed. We are not going to talk about optimizations in this course, however you will get a solid foundations so that you can continue exploring on your own.
You want to become a reverse engineer or a security researcher, read the code of viruses or look for software vulnerabilities. As most of the time the original source code will not be available to you, solid understanding of x86 Assembly Language is mandatory.
Course structure
The course is made of video lectures. A lecture could be from a presentation, or a real world example, showing me doing stuff at the computer.
Almost every video lecture is accompanied by some kind of exercise (You will be told during the lecture, don't worry :) ) The exercises are open source. They are attached here as a rar file, however you could also get them on github. (See "About this course" video for more information).
It is crucial that you complete the exercises. You will learn a lot from the lectures, but it is pretty much a waste of your time and money if you don't do the exercises. (Or at least verify that you know how to do them, if you are more experienced).
Course tech stack
No prior knowledge is assumed for this course, but I do assume some things regarding your system, so make sure that everything here describes you:
You are using a Windows operation system. (The course videos use Windows 7). It is recommended to use at least Windows XP. (This means it will work perfectly on Windows 7 and Windows 10).
You have an intel x86 processor. (If you don't know what you have then you have x86 processor, trust me). We study 32 bit x86, but this course will also work on 64 bit processors.
For the tech savvy, some more details about the tools we are going to use in this course:
Assembly flavour: x86 32 bits protected mode.
Assembler: The Flat Assembler (FASM)
Debugger: WinDbg.
Using Linux? Most of the exercises were ported to Linux, however the videos show me using windows 7. Contact me if you are not sure.
Who is the target audience?
Absolute beginners
Experienced programmers
People who really want to know how things work
Programmers who want to improve their skills
Programmers who want to write faster code
Anyone who wants to get into the reverse engineering or security industry
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01 Intro/001 About this course.mp4
9.9 MB
01 Intro/002 Tools - File Explorer.mp4
66.2 MB
01 Intro/003 Tools - Hex Editor.mp4
158.5 MB
01 Intro/004 Tools - Text Editor.mp4
163.6 MB
01 Intro/links-to-visit.txt
135 B
02 The Binary numeric system/005 Add-Sub.pdf
683.7 KB
02 The Binary numeric system/005 Addition and Subtraction.mp4
41.2 MB
02 The Binary numeric system/006 Base Conversion (Part 1).mp4
56.1 MB
02 The Binary numeric system/006 Base-Conversion.pdf
241.7 KB
02 The Binary numeric system/007 Base Conversion (Part 2).mp4
20.8 MB
02 The Binary numeric system/008 Hexadecimal Base.mp4
44.6 MB
02 The Binary numeric system/008 Hexadecimal.pdf
368.4 KB
02 The Binary numeric system/009 Hexadecimal Base (Bonus).mp4
16.8 MB
02 The Binary numeric system/010 Signed Numbers (Part 1).mp4
92.4 MB
02 The Binary numeric system/010 Signed-Numbers.pdf
846.1 KB
02 The Binary numeric system/011 Signed Numbers (Part 2).mp4
56 MB
02 The Binary numeric system/012 Signed Numbers (Part 3).mp4
95.6 MB
03 x86 Architecture/013 Basic History.mp4
40.2 MB
03 x86 Architecture/013 Basic-History.pdf
184.6 KB
03 x86 Architecture/014 Basic Structure.mp4
36.6 MB
03 x86 Architecture/014 Basic-Structure.pdf
602.4 KB
03 x86 Architecture/015 First Instructions (Part 1).mp4
21.9 MB
03 x86 Architecture/015 First-Instructions.pdf
456.6 KB
03 x86 Architecture/016 First Instructions (Part 2).mp4
37.7 MB
03 x86 Architecture/017 Basic Arithmetic (Part 1).mp4
84.7 MB
03 x86 Architecture/017 Basic-Arithmetic.pdf
1.2 MB
03 x86 Architecture/018 Basic Arithmetic (Part 2).mp4
64 MB
03 x86 Architecture/019 Basic Arithmetic (Part 3).mp4
34.3 MB
03 x86 Architecture/020 Basic Arithmetic (Part 4).mp4
42.4 MB
04 Introduction to FASM/021 fasm intro.mp4
20.4 MB
04 Introduction to FASM/021 Fasm-Intro.pdf
110.5 KB
04 Introduction to FASM/022 fasm installation.mp4
128.5 MB
04 Introduction to FASM/023 First Programs - bare.mp4
103.4 MB
04 Introduction to FASM/024 First Programs - console (Part 1).mp4
52.1 MB
04 Introduction to FASM/025 First Programs - console (Part 2).mp4
131.8 MB
04 Introduction to FASM/026 First Programs - first program (Part 1).mp4
85.1 MB
04 Introduction to FASM/027 First Programs - first program (Part 2).mp4
43.3 MB
04 Introduction to FASM/028 Basic Assembly Errors (Part 1).mp4
72.4 MB
04 Introduction to FASM/029 Basic Assembly Errors (Part 2).mp4
95.9 MB
05 Branching/030 Branching Intro (Part 1).mp4
16 MB
05 Branching/030 Branching-Intro.pdf
272.6 KB
05 Branching/031 Branching Intro (Part 2).mp4
19.6 MB
05 Branching/032 JMP Examples.mp4
75.3 MB
05 Branching/033 Flags Register (Part 1).mp4
24.5 MB
05 Branching/033 Flags-Register.pdf
398.7 KB
05 Branching/034 Flags Register (Part 2).mp4
25.3 MB
05 Branching/035 Flags Register (Part 3).mp4
24.1 MB
05 Branching/036 Flags Register (Part 4).mp4
21.3 MB
05 Branching/037 Basic Conditional Branching.mp4
95.6 MB
05 Branching/037 Basic-Conditional-Branching.pdf
892.3 KB
05 Branching/038 More Conditional Branching (Part 1).mp4
47 MB
05 Branching/038 More-Conditional-Branching.pdf
971.7 KB
05 Branching/039 More Conditional Branching (Part 2).mp4