Udemy 64 - Bit Assembly and Shellcoding for Ethical Hackers

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy 64-Bit Assembly and Shellcoding for Ethical Hackers
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:14.49 GB

Files Included :
1 Introduction.mp4 (6.13 MB)
MP4
1 How strings are moved in assembly programming - the basic concept.mp4 (20.02 MB)
MP4
10 Concept of how to decrypt any encrypted string in assembly programming.mp4 (20.47 MB)
MP4
11 Practical demonstration of how to decrypt a string in assembly programming.mp4 (541.03 MB)
MP4
2 Practical of how to move strings in assembly programming.mp4 (63.38 MB)
MP4
3 Understanding the concept of Direction Flag in string movement in assembly.mp4 (14.81 MB)
MP4
4 How to use REP ( repeat ) instruction to move strings in assembly programming.mp4 (77.82 MB)
MP4
5 How to strings are compared in assembly programming.mp4 (169.67 MB)
MP4
6 How LODS and STOS assembly instruction works in assembly programming.mp4 (23.61 MB)
MP4
7 How to use LODS and STOS assembly instructions in assembly programming.mp4 (393.89 MB)
MP4
8 Concept of how to encrypt strings in assembly programming.mp4 (20.25 MB)
MP4
9 Practical demonstration of how to encrypt a string in assembly programming.mp4 (518.05 MB)
MP4
1 Shellcode basic concepts.mp4 (12.05 MB)
MP4
10 Creating Hello World shellcode using stack memory.mp4 (224.34 MB)
MP4
11 Memory analysis of hello world shellcode using stack in gdb.mp4 (140.43 MB)
MP4
12 Creating Hello World shellcode using RIP relative addressing technique.mp4 (307.87 MB)
MP4
13 Memory analysis of Hello world shellcode using RIP relative addressing in gdb.mp4 (171.29 MB)
MP4
14 How to create shellcode using execve syscall.mp4 (291.15 MB)
MP4
15 Creating the shellcode using execve syscall.mp4 (145.44 MB)
MP4
16 Indepth GDB memory analysis of shellcode which uses execve syscall.mp4 (215.57 MB)
MP4
2 Lab machine setup for shellcoding practice.mp4 (21.32 MB)
MP4
3 Shellcode creation basic steps.mp4 (78.52 MB)
MP4
4 Creating exit shellcode.mp4 (225.34 MB)
MP4
5 GDB memory analysis of exit shellcode.mp4 (171.36 MB)
MP4
6 Hello World shellcode using JMP CALL POP technique.mp4 (123.54 MB)
MP4
7 Creating Hello World shellcode.mp4 (427.85 MB)
MP4
8 In depth memory analysis of hello world shellcode using gdb.mp4 (185.3 MB)
MP4
9 Hello world shellcode using stack memory.mp4 (65.13 MB)
MP4
1 How a computer system works.mp4 (14.96 MB)
MP4
2 How does a CPU works.mp4 (25.15 MB)
MP4
3 How registers work in CPU.mp4 (25.38 MB)
MP4
4 Understanding Flags and Flags working in CPU.mp4 (48.73 MB)
MP4
5 Lab Machine.mp4 (12.7 MB)
MP4
6 Understanding Memory layout of a program.mp4 (94.16 MB)
MP4
1 Structure of an assembly program.mp4 (130.64 MB)
MP4
2 Concept of System Calls before printing Hello World in assembly.mp4 (326.96 MB)
MP4
3 Getting System call information from system to print Hello World in assembly.mp4 (119.51 MB)
MP4
4 Writing Hello World in assembly.mp4 (363.44 MB)
MP4
1 How to define data in assembly programming.mp4 (324.2 MB)
MP4
10 Moving word and dword values into registers in assembly.mp4 (232.24 MB)
MP4
11 Moving character bytes in different sizes into registers in assembly.mp4 (378.96 MB)
MP4
2 Understanding memory indexing of defined data in assembly programming.mp4 (343.55 MB)
MP4
3 GDB settings for debugging our assembly programs.mp4 (29.89 MB)
MP4
4 How to use mov instruction to move data in assembly programs.mp4 (266.74 MB)
MP4
5 Moving data from memory into registers in assembly programming.mp4 (304.62 MB)
MP4
6 Moving data from register to memory in assembly.mp4 (249.19 MB)
MP4
7 Moving values from one register to another register in assembly.mp4 (108.44 MB)
MP4
8 Moving data into small memory units of registers in assembly programming.mp4 (197.63 MB)
MP4
9 Moving array data into registers in assembly programming.mp4 (164.02 MB)
MP4
1 Adding two integer numbers in assembly programming.mp4 (209.26 MB)
MP4
2 Subtraction of integer numbers in assembly programming.mp4 (203.99 MB)
MP4
3 Multiplication of integers in assembly programming.mp4 (216.88 MB)
MP4
4 Division in assembly programming.mp4 (256.69 MB)
MP4
1 Understanding how registers store numbers in assembly program.mp4 (247.38 MB)
MP4
2 Understanding overflow flag concept in assembly.mp4 (477.99 MB)
MP4
3 Understanding Carry flag in assembly program.mp4 (227.46 MB)
MP4
4 Understanding Parity flag in assembly program.mp4 (264.95 MB)
MP4
5 Understanding Zero flag in assembly program.mp4 (162.2 MB)
MP4
6 Understanding Auxiliary Flag in assembly programs.mp4 (181.71 MB)
MP4
1 Not bit logical operation in assembly programming.mp4 (169.43 MB)
MP4
2 AND bit logical operation in assembly programming.mp4 (205.57 MB)
MP4
3 OR logical operation in assembly programming.mp4 (218.15 MB)
MP4
4 XOR logical operation in assembly programming.mp4 (206.93 MB)
MP4
5 Bit shifting operations in assembly.mp4 (302.94 MB)
MP4
1 How jump works in assembly program.mp4 (209.07 MB)
MP4
2 Conditional jumps in assembly program.mp4 (364.37 MB)
MP4
3 How loop instruction works in assembly program.mp4 (13.74 MB)
MP4
4 How to use loop instruction in assembly program.mp4 (388.56 MB)
MP4
1 Installing gdb peda plugin to speed up debugging process.mp4 (44.22 MB)
MP4
2 Understanding stack memory workings.mp4 (15.76 MB)
MP4
3 Understanding push and pop instructions in assembly.mp4 (345.72 MB)
MP4
4 Understanding stack frame in assembly.mp4 (215.36 MB)
MP4
5 Creating stack frames in an assembly program.mp4 (373.19 MB)
MP4
6 Function working basics in assembly programs.mp4 (11.2 MB)
MP4
7 Using functions in assembly program.mp4 (381 MB)
MP4
8 Passing input parameters to functions in assembly programming.mp4 (488.35 MB)
MP4

jAA1iul9_t.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten