11.68 GB | 27min 12s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 How Computer Communicates.mp4 (10.17 MB)
2 Preparing Dev Env.mp4 (47.43 MB)
3 What happens when you use computer.mp4 (284.32 MB)
1 How Addition Happens in Decimal.mp4 (125.13 MB)
2 Addition Arithmetic in Unsignet Integers.mp4 (127.02 MB)
3 Substraction in Decimal.mp4 (157.13 MB)
4 Substraction Arithmetic in Unsigned Integers.mp4 (74.91 MB)
5 Substraction Arithmetic in Signed Integers (Negative Numbers in Binary).mp4 (123.02 MB)
6 Boolean Algebra for Low Level Computing.mp4 (343.53 MB)
1 Introduction to Electronics for Hardware Engineers-1.mp4 (137.93 MB)
2 Logic Gates and Their Hardware Implementation.mp4 (225.97 MB)
3 Capacitors and Implementation in Circuits.mp4 (280.38 MB)
4 Why use Inductors on Motherboards at all.mp4 (215.21 MB)
5 Power Consumption and Transistors.mp4 (303.23 MB)
6 MOSFET transistors.mp4 (213.68 MB)
7 CMOS Switch in CPU's.mp4 (131.05 MB)
1 Introduction to Logic Circuits.mp4 (216.56 MB)
2 Full Adders.mp4 (209.56 MB)
3 NAND and NOR.mp4 (286.49 MB)
1 If you know Reverse Engineering, Everything is Open Source.mp4 (59.01 MB)
2 The Disassembly Theory.mp4 (35.34 MB)
3 Disassembly - What.mp4 (69.71 MB)
1 Analysis of Binary and 4 Stages of Compilation.mp4 (33.51 MB)
2 Preprocessing.mp4 (59.45 MB)
3 Compilation Phase.mp4 (38.69 MB)
4 Assembly Phase.mp4 (38.18 MB)
5 Linking Phase.mp4 (93.94 MB)
1 Exploring the Executable and Linkable Format (ELF) and Executable Header.mp4 (147.13 MB)
2 Learning ELF Fields.mp4 (128.81 MB)
3 Learning ELF Program Header Fields.mp4 (155.47 MB)
1 Fundamentals of Windows PE Format.mp4 (197.14 MB)
1 Using READELF for Viewing Symbolic Information.mp4 (103.88 MB)
2 Revealing Contents of Object File.mp4 (156.69 MB)
3 Trying to Analyze Binary Executable.mp4 (106.56 MB)
4 How binary loads and executes in theory.mp4 (64.47 MB)
1 Downloading Ghidra and File Structure.mp4 (79.98 MB)
2 Installing JDK in Linux.mp4 (48.5 MB)
3 Installing JDK in Windows or MacOS.mp4 (32.07 MB)
4 Installing SASM.mp4 (82.12 MB)
1 Hello world with makefile.mp4 (87.75 MB)
2 Why nasm is best and compare assemblers.mp4 (18.42 MB)
3 Sticking to traditions - Hello world program without makefile.mp4 (64.71 MB)
1 Understanding CPU architectures and Binaries.mp4 (10.68 MB)
2 Converting Decimal to Binary with Basic Math.mp4 (24.3 MB)
1 Starting gdb and setting flavors.mp4 (97.62 MB)
2 Debugging and Finding Variables in Memory addresses.mp4 (142.79 MB)
3 Learning more with GDB.mp4 (109.91 MB)
1 Coding ASM file.mp4 (66.02 MB)
2 Analyzing Output with GDB and creating makefile.mp4 (131.43 MB)
1 The OR.mp4 (15.32 MB)
2 NOT.mp4 (10.02 MB)
3 XOR.mp4 (14.22 MB)
4 AND.mp4 (20.45 MB)
1 Developing another Assembly Program to Analyze with DDD.mp4 (86.97 MB)
2 Analyzing Previously Written Code.mp4 (61.06 MB)
3 Using DDD and Analyzing RAX Values.mp4 (96.3 MB)
1 Using Conditions and Jumping.mp4 (116.09 MB)
10 Jump if below.mp4 (33.25 MB)
11 Jump if below or equal.mp4 (30.5 MB)
2 Jump if equal.mp4 (36.31 MB)
3 Jump if Not Equal.mp4 (14.15 MB)
4 Jump if Greater.mp4 (28.99 MB)
5 Greater than or Equal to.mp4 (28.07 MB)
6 Jump if Less.mp4 (26.42 MB)
7 Jump if less or equal.mp4 (35.39 MB)
8 Jump if Above.mp4 (41.16 MB)
9 Jump if Above or Equal.mp4 (32.15 MB)
1 Developing Loop and Calculator Project with Assembly.mp4 (26.85 MB)
2 Testing our Project.mp4 (65.34 MB)
1 Project EXABYTE.mp4 (201.62 MB)
2 Testing and Analyzing Project with Readelf and GDB.mp4 (221.88 MB)
1 Defining variables.mp4 (63.48 MB)
2 Addition and Subtraction.mp4 (57.65 MB)
3 Last Decorations.mp4 (84.08 MB)
4 Explaining Registers in Practice.mp4 (81.91 MB)
5 Completing Section.mp4 (76.36 MB)
1 Opening project in Ghidra.mp4 (84.62 MB)
2 Discovering Ghidra.mp4 (61.19 MB)
1 Understanding how Ghidra works and other important steps to do.mp4 (237.34 MB)
2 Ghidra Analyzers and User Interface.mp4 (231.84 MB)
3 Customizing Ghidra and Graphs.mp4 (159.23 MB)
4 Getting Familiar with Ghidra Top Menu Bar.mp4 (161.54 MB)
1 Introduction to Low Level Computing.mp4 (257.82 MB)
2 From Characters to Bits.mp4 (134.86 MB)
3 Creating our Instruction Set Architecture CPU.mp4 (490.68 MB)
1 Reverse Engineering & Malware Analysis.mp4 (155.57 MB)
2 5 Important Steps in Reverse Engineering and Malware Analysis.mp4 (201.04 MB)
3 Virtualization Environment for our Work.mp4 (212.97 MB)
4 Using Builtin Tools for System Analysis.mp4 (168.24 MB)
1 Registers.mp4 (244.57 MB)
2 Flags.mp4 (175.29 MB)
3 Memory Addressing and Endianess.mp4 (265.78 MB)
4 Read and Understand Assembly.mp4 (123.95 MB)
5 Opcodes.mp4 (96.79 MB)
6 Manipulating Memory.mp4 (239.94 MB)
1 A1 M4lware Sample 1.zip (228.56 KB)
1 Starting Real Malware Analysis with Ghidra.mp4 (116.68 MB)
2 Analyzing Suspicious String using Ghidra.mp4 (103.23 MB)
3 OSINT for Reverse Engineering.mp4 (52.61 MB)
4 Analyzing Libraries that Malware Uses.mp4 (23.05 MB)
5 Extracting SYS file from Malware.mp4 (121.55 MB)
6 Finding Entry Points and Changing Undefined Function Names.mp4 (46.37 MB)
1 Downloading and Installing IDA Pro IDA Freeware.mp4 (66.93 MB)
2 Being friends with IDA.mp4 (55.48 MB)
3 Useful Tabs in IDA.mp4 (63.01 MB)
2 Preparing Dev Env.mp4 (47.43 MB)
3 What happens when you use computer.mp4 (284.32 MB)
1 How Addition Happens in Decimal.mp4 (125.13 MB)
2 Addition Arithmetic in Unsignet Integers.mp4 (127.02 MB)
3 Substraction in Decimal.mp4 (157.13 MB)
4 Substraction Arithmetic in Unsigned Integers.mp4 (74.91 MB)
5 Substraction Arithmetic in Signed Integers (Negative Numbers in Binary).mp4 (123.02 MB)
6 Boolean Algebra for Low Level Computing.mp4 (343.53 MB)
1 Introduction to Electronics for Hardware Engineers-1.mp4 (137.93 MB)
2 Logic Gates and Their Hardware Implementation.mp4 (225.97 MB)
3 Capacitors and Implementation in Circuits.mp4 (280.38 MB)
4 Why use Inductors on Motherboards at all.mp4 (215.21 MB)
5 Power Consumption and Transistors.mp4 (303.23 MB)
6 MOSFET transistors.mp4 (213.68 MB)
7 CMOS Switch in CPU's.mp4 (131.05 MB)
1 Introduction to Logic Circuits.mp4 (216.56 MB)
2 Full Adders.mp4 (209.56 MB)
3 NAND and NOR.mp4 (286.49 MB)
1 If you know Reverse Engineering, Everything is Open Source.mp4 (59.01 MB)
2 The Disassembly Theory.mp4 (35.34 MB)
3 Disassembly - What.mp4 (69.71 MB)
1 Analysis of Binary and 4 Stages of Compilation.mp4 (33.51 MB)
2 Preprocessing.mp4 (59.45 MB)
3 Compilation Phase.mp4 (38.69 MB)
4 Assembly Phase.mp4 (38.18 MB)
5 Linking Phase.mp4 (93.94 MB)
1 Exploring the Executable and Linkable Format (ELF) and Executable Header.mp4 (147.13 MB)
2 Learning ELF Fields.mp4 (128.81 MB)
3 Learning ELF Program Header Fields.mp4 (155.47 MB)
1 Fundamentals of Windows PE Format.mp4 (197.14 MB)
1 Using READELF for Viewing Symbolic Information.mp4 (103.88 MB)
2 Revealing Contents of Object File.mp4 (156.69 MB)
3 Trying to Analyze Binary Executable.mp4 (106.56 MB)
4 How binary loads and executes in theory.mp4 (64.47 MB)
1 Downloading Ghidra and File Structure.mp4 (79.98 MB)
2 Installing JDK in Linux.mp4 (48.5 MB)
3 Installing JDK in Windows or MacOS.mp4 (32.07 MB)
4 Installing SASM.mp4 (82.12 MB)
1 Hello world with makefile.mp4 (87.75 MB)
2 Why nasm is best and compare assemblers.mp4 (18.42 MB)
3 Sticking to traditions - Hello world program without makefile.mp4 (64.71 MB)
1 Understanding CPU architectures and Binaries.mp4 (10.68 MB)
2 Converting Decimal to Binary with Basic Math.mp4 (24.3 MB)
1 Starting gdb and setting flavors.mp4 (97.62 MB)
2 Debugging and Finding Variables in Memory addresses.mp4 (142.79 MB)
3 Learning more with GDB.mp4 (109.91 MB)
1 Coding ASM file.mp4 (66.02 MB)
2 Analyzing Output with GDB and creating makefile.mp4 (131.43 MB)
1 The OR.mp4 (15.32 MB)
2 NOT.mp4 (10.02 MB)
3 XOR.mp4 (14.22 MB)
4 AND.mp4 (20.45 MB)
1 Developing another Assembly Program to Analyze with DDD.mp4 (86.97 MB)
2 Analyzing Previously Written Code.mp4 (61.06 MB)
3 Using DDD and Analyzing RAX Values.mp4 (96.3 MB)
1 Using Conditions and Jumping.mp4 (116.09 MB)
10 Jump if below.mp4 (33.25 MB)
11 Jump if below or equal.mp4 (30.5 MB)
2 Jump if equal.mp4 (36.31 MB)
3 Jump if Not Equal.mp4 (14.15 MB)
4 Jump if Greater.mp4 (28.99 MB)
5 Greater than or Equal to.mp4 (28.07 MB)
6 Jump if Less.mp4 (26.42 MB)
7 Jump if less or equal.mp4 (35.39 MB)
8 Jump if Above.mp4 (41.16 MB)
9 Jump if Above or Equal.mp4 (32.15 MB)
1 Developing Loop and Calculator Project with Assembly.mp4 (26.85 MB)
2 Testing our Project.mp4 (65.34 MB)
1 Project EXABYTE.mp4 (201.62 MB)
2 Testing and Analyzing Project with Readelf and GDB.mp4 (221.88 MB)
1 Defining variables.mp4 (63.48 MB)
2 Addition and Subtraction.mp4 (57.65 MB)
3 Last Decorations.mp4 (84.08 MB)
4 Explaining Registers in Practice.mp4 (81.91 MB)
5 Completing Section.mp4 (76.36 MB)
1 Opening project in Ghidra.mp4 (84.62 MB)
2 Discovering Ghidra.mp4 (61.19 MB)
1 Understanding how Ghidra works and other important steps to do.mp4 (237.34 MB)
2 Ghidra Analyzers and User Interface.mp4 (231.84 MB)
3 Customizing Ghidra and Graphs.mp4 (159.23 MB)
4 Getting Familiar with Ghidra Top Menu Bar.mp4 (161.54 MB)
1 Introduction to Low Level Computing.mp4 (257.82 MB)
2 From Characters to Bits.mp4 (134.86 MB)
3 Creating our Instruction Set Architecture CPU.mp4 (490.68 MB)
1 Reverse Engineering & Malware Analysis.mp4 (155.57 MB)
2 5 Important Steps in Reverse Engineering and Malware Analysis.mp4 (201.04 MB)
3 Virtualization Environment for our Work.mp4 (212.97 MB)
4 Using Builtin Tools for System Analysis.mp4 (168.24 MB)
1 Registers.mp4 (244.57 MB)
2 Flags.mp4 (175.29 MB)
3 Memory Addressing and Endianess.mp4 (265.78 MB)
4 Read and Understand Assembly.mp4 (123.95 MB)
5 Opcodes.mp4 (96.79 MB)
6 Manipulating Memory.mp4 (239.94 MB)
1 A1 M4lware Sample 1.zip (228.56 KB)
1 Starting Real Malware Analysis with Ghidra.mp4 (116.68 MB)
2 Analyzing Suspicious String using Ghidra.mp4 (103.23 MB)
3 OSINT for Reverse Engineering.mp4 (52.61 MB)
4 Analyzing Libraries that Malware Uses.mp4 (23.05 MB)
5 Extracting SYS file from Malware.mp4 (121.55 MB)
6 Finding Entry Points and Changing Undefined Function Names.mp4 (46.37 MB)
1 Downloading and Installing IDA Pro IDA Freeware.mp4 (66.93 MB)
2 Being friends with IDA.mp4 (55.48 MB)
3 Useful Tabs in IDA.mp4 (63.01 MB)
Screenshot
RapidGator
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!