资源详情

返回首页 | 相关搜索
Udemy - Malware Development and Reverse Engineering 1 The Basics 2021-10
大小 4.45 GB
文件数 178
Info Hash: F3ECF6BDDEC4571BA027AAE9FC7EAB735C5F9D00
收录时间 2026-01-14 23:09:25
更新时间 2026-01-14 23:09:25
文件列表 (178)
01 Introduction/001 Introduction.en.srt
2.97 KB
01 Introduction/001 Introduction.mp4
69.18 MB
02 Installing The Tools/001 Installing the Virtual Machine.en.srt
9.68 KB
02 Installing The Tools/001 Installing the Virtual Machine.mp4
20.87 MB
02 Installing The Tools/002 Configuring the Virtual Machine.en.srt
13.45 KB
02 Installing The Tools/002 Configuring the Virtual Machine.mp4
152.35 MB
02 Installing The Tools/002 Lab Setup-v3.pdf
56.73 KB
02 Installing The Tools/002 windows 7 download links - v3.txt
373 B
02 Installing The Tools/003 Installing Flare-VM.en.srt
4.38 KB
02 Installing The Tools/003 Installing Flare-VM.mp4
59.71 MB
02 Installing The Tools/004 Installing Microsoft Visual Studio 2019 Community (C++).en.srt
3.78 KB
02 Installing The Tools/004 Installing Microsoft Visual Studio 2019 Community (C++).mp4
25.52 MB
02 Installing The Tools/004 flarevm.txt
55 B
02 Installing The Tools/005 Installing Kali Linux (for generating shellcode using Metasploit).en.srt
7.31 KB
02 Installing The Tools/005 Installing Kali Linux (for generating shellcode using Metasploit).mp4
90.16 MB
02 Installing The Tools/005 installing microsoft visual studio 2019 notes.txt
166 B
02 Installing The Tools/006 Creating Shared Folders on Kali.en.srt
3.15 KB
02 Installing The Tools/006 Creating Shared Folders on Kali.mp4
35.17 MB
02 Installing The Tools/006 installing kali linux.txt
382 B
03 Building EXE and DLL and Examining PE Structure/001 Building EXE and DLL and Examining PE Structure.en.srt
19.22 KB
03 Building EXE and DLL and Examining PE Structure/001 Building EXE and DLL and Examining PE Structure.mp4
134.44 MB
03 Building EXE and DLL and Examining PE Structure/008 01-buildingEXEandDLL.zip
1.55 KB
04 Embedding Shellcode Payloads in EXE files/001 1-intro to embedding shellcode payload.en.srt
14.92 KB
04 Embedding Shellcode Payloads in EXE files/001 1-intro to embedding shellcode payload.mp4
97.59 MB
04 Embedding Shellcode Payloads in EXE files/002 Embedding Shellcode Payload in .TEXT Section.en.srt
13.05 KB
04 Embedding Shellcode Payloads in EXE files/002 Embedding Shellcode Payload in .TEXT Section.mp4
110.35 MB
04 Embedding Shellcode Payloads in EXE files/003 Embedding Shellcode Payload in .DATA Section.en.srt
12.62 KB
04 Embedding Shellcode Payloads in EXE files/003 Embedding Shellcode Payload in .DATA Section.mp4
110.24 MB
04 Embedding Shellcode Payloads in EXE files/009 02-embeddingPayload.zip
1.3 KB
04 Embedding Shellcode Payloads in EXE files/009 notes for embedding shellcode payload in text section.txt
434 B
04 Embedding Shellcode Payloads in EXE files/011 02-embeddingPayload.zip
2.59 KB
05 Generating Shellcodes Using Metasploit in Kali Linux/001 Generating Shellcodes Using Metasploit in Kali Linux.en.srt
19.28 KB
05 Generating Shellcodes Using Metasploit in Kali Linux/001 Generating Shellcodes Using Metasploit in Kali Linux.mp4
184.35 MB
05 Generating Shellcodes Using Metasploit in Kali Linux/012 creating shellcode with metasploit notes.txt
317 B
05 Generating Shellcodes Using Metasploit in Kali Linux/012 metasploit msfconsole commands.txt
2.53 KB
05 Generating Shellcodes Using Metasploit in Kali Linux/012 notepad_shellcode.zip
413 B
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/001 Intro to Embedding Shellcode in .RSRC Section.en.srt
15.75 KB
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/001 Intro to Embedding Shellcode in .RSRC Section.mp4
94.63 MB
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/002 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg.en.srt
11.34 KB
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/002 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg.mp4
115.59 MB
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/013 02-embeddingPayload.zip
4.84 KB
06 Embedding Shellcode Payload in .RSRC Section and Analyzing with xdbg/013 embedding shellcode in resources notes.txt
444 B
07 Testing Unpacked Dumped Shellcode Payload Using Hexeditor and a C Program/001 Testing Unpacked Dumped Shellcode Payload Using Hexeditor and a C Program.en.srt
8.63 KB
07 Testing Unpacked Dumped Shellcode Payload Using Hexeditor and a C Program/001 Testing Unpacked Dumped Shellcode Payload Using Hexeditor and a C Program.mp4
93.72 MB
08 Base64 Encoding of Shellcode Payload/001 Intro to Base64 Encoding of Shellcode Payload.en.srt
13.61 KB
08 Base64 Encoding of Shellcode Payload/001 Intro to Base64 Encoding of Shellcode Payload.mp4
109.98 MB
08 Base64 Encoding of Shellcode Payload/016 03-base64_encoding_payload.zip
2.73 KB
08 Base64 Encoding of Shellcode Payload/016 Base64 Encoding Notes.txt
117 B
08 Base64 Encoding of Shellcode Payload/016 Encoding or Encrypting Payloads.pdf
468.8 KB
09 Reverse Engineering Base64 Encoded Payloads/001 Reverse Engineering Base64 Encoded Payloads.en.srt
9.91 KB
09 Reverse Engineering Base64 Encoded Payloads/001 Reverse Engineering Base64 Encoded Payloads.mp4
116.38 MB
09 Reverse Engineering Base64 Encoded Payloads/017 reversing base64 notes.txt
847 B
09 Reverse Engineering Base64 Encoded Payloads/017 reversing_base64.zip
68.79 KB
10 XOR Encryption of Payload/001 Intro To XOR Encryption.en.srt
17.45 KB
10 XOR Encryption of Payload/001 Intro To XOR Encryption.mp4
131.59 MB
10 XOR Encryption of Payload/002 Analyzing XOR encryption payload with xdbg.en.srt
3.79 KB
10 XOR Encryption of Payload/002 Analyzing XOR encryption payload with xdbg.mp4
47.26 MB
10 XOR Encryption of Payload/018 04-XOR_encrypting_payload.zip
2.66 KB
10 XOR Encryption of Payload/018 xor encryption notes.txt
235 B
11 Reverse Engineering XOR Encryption/001 Reverse Engineering XOR Encryption.en.srt
5.69 KB
11 Reverse Engineering XOR Encryption/001 Reverse Engineering XOR Encryption.mp4
73.24 MB
12 AES Encryption of Payload/001 Intro to AES Encryption.en.srt
12.12 KB
12 AES Encryption of Payload/001 Intro to AES Encryption.mp4
90.15 MB
12 AES Encryption of Payload/002 AES Encrypting the Payload.en.srt
6.18 KB
12 AES Encryption of Payload/002 AES Encrypting the Payload.mp4
68.16 MB
12 AES Encryption of Payload/021 05-AES_encrypting_payload.zip
2.39 KB
12 AES Encryption of Payload/021 aes encryption notes.txt
994 B
13 Reverse Engineering AES Encryption Using CryptDecrypt/001 Reverse Engineering AES Encryption Using CryptDecrypt API.en.srt
10.3 KB
13 Reverse Engineering AES Encryption Using CryptDecrypt/001 Reverse Engineering AES Encryption Using CryptDecrypt API.mp4
119.27 MB
13 Reverse Engineering AES Encryption Using CryptDecrypt/023 reversing aes encryption notes.txt
786 B
13 Reverse Engineering AES Encryption Using CryptDecrypt/023 reversing_aes.zip
69.32 KB
14 Testing Shellcode Using Shellcode Runner/001 Testing Shellcode Using Shellcode Runner.en.srt
5.45 KB
14 Testing Shellcode Using Shellcode Runner/001 Testing Shellcode Using Shellcode Runner.mp4
47.62 MB
14 Testing Shellcode Using Shellcode Runner/024 shellcode_runner.zip
1.83 KB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/001 Intro to Function Obfuscation Using GetProcAddress API.en.srt
11.05 KB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/001 Intro to Function Obfuscation Using GetProcAddress API.mp4
107.41 MB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/002 Function Obfuscation Using GetProcAddress and XOR Encryption.en.srt
13.85 KB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/002 Function Obfuscation Using GetProcAddress and XOR Encryption.mp4
110.06 MB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/025 06-function_obfuscation.zip
3.85 KB
15 Obfuscating Functions Using GetProcAddress and XOR Encryption/025 obfuscating functions notes.txt
809 B
16 Reverse Engineering Function Obfuscation/001 Reverse Engineering Function Obfuscation.en.srt
5.38 KB
16 Reverse Engineering Function Obfuscation/001 Reverse Engineering Function Obfuscation.mp4
53.87 MB
16 Reverse Engineering Function Obfuscation/027 obfuscating functions notes.txt
809 B
16 Reverse Engineering Function Obfuscation/027 reversing_function_obfuscation.zip
68.32 KB
17 Trojan Engineering Using Code Caves/001 Introduction to Trojan Engineering.en.srt
15.13 KB
17 Trojan Engineering Using Code Caves/001 Introduction to Trojan Engineering.mp4
81.14 MB
17 Trojan Engineering Using Code Caves/002 Using Metasploit to Create MsPaint Shellcode.en.srt
7.67 KB
17 Trojan Engineering Using Code Caves/002 Using Metasploit to Create MsPaint Shellcode.mp4
77.52 MB
17 Trojan Engineering Using Code Caves/003 Testing MsPaint Shellcode with ShellcodeRunner.en.srt
5.02 KB
17 Trojan Engineering Using Code Caves/003 Testing MsPaint Shellcode with ShellcodeRunner.mp4
42.64 MB
17 Trojan Engineering Using Code Caves/004 Trojanizing Crackme1 - Part 1.en.srt
12.29 KB
17 Trojan Engineering Using Code Caves/004 Trojanizing Crackme1 - Part 1.mp4
134.66 MB
17 Trojan Engineering Using Code Caves/005 Trojanizing Crackme1 - Part 2.en.srt
7.58 KB
17 Trojan Engineering Using Code Caves/005 Trojanizing Crackme1 - Part 2.mp4
74.54 MB
17 Trojan Engineering Using Code Caves/028 Creating Trojans.pdf
705.43 KB
17 Trojan Engineering Using Code Caves/030 07-trojan-creation.zip
51.3 KB
18 Reverse Engineering Code Cave Trojans/001 Reverse Engineering Code Cave Trojans.en.srt
7.17 KB
18 Reverse Engineering Code Cave Trojans/001 Reverse Engineering Code Cave Trojans.mp4
70.13 MB
18 Reverse Engineering Code Cave Trojans/002 Testing 32-bit Shellcode with ShellcodeRunner32.en.srt
5.29 KB
18 Reverse Engineering Code Cave Trojans/002 Testing 32-bit Shellcode with ShellcodeRunner32.mp4
39.32 MB
18 Reverse Engineering Code Cave Trojans/033 reversing code cave trojan notes.txt
187 B
18 Reverse Engineering Code Cave Trojans/033 reversing_codecave_trojan.zip
49.15 KB
18 Reverse Engineering Code Cave Trojans/034 shellcode_runner32.zip
1.68 KB
19 Process Injection/001 Introduction to Process Injection.en.srt
4.31 KB
19 Process Injection/001 Introduction to Process Injection.mp4
13.32 MB
19 Process Injection/002 Creating MessageBox Shellcode Using Metasploit in Kali Linux.en.srt
3.87 KB
19 Process Injection/002 Creating MessageBox Shellcode Using Metasploit in Kali Linux.mp4
32.22 MB
19 Process Injection/003 Process Injection - Part 1 - Explanation of APIs.en.srt
19.22 KB
19 Process Injection/003 Process Injection - Part 1 - Explanation of APIs.mp4
161.73 MB
19 Process Injection/004 Process Injection - Part 2 - Running and Testing with Process Hacker.en.srt
5.63 KB
19 Process Injection/004 Process Injection - Part 2 - Running and Testing with Process Hacker.mp4
76.61 MB
19 Process Injection/035 Process Injection.pdf
507.93 KB
19 Process Injection/036 creating messageBox shellcode uwing metasploit.mp4
12.12 MB
19 Process Injection/037 08-process injection.zip
2.25 KB
19 Process Injection/037 Process Injection Notes.txt
1.25 KB
20 Detecting Process Injection and Reverse Engineering it/001 Detecting Process Injection and Reverse Engineering it.en.srt
11.23 KB
20 Detecting Process Injection and Reverse Engineering it/001 Detecting Process Injection and Reverse Engineering it.mp4
131.45 MB
20 Detecting Process Injection and Reverse Engineering it/039 Reversing Process Injection Notes.txt
1.38 KB
20 Detecting Process Injection and Reverse Engineering it/039 reversing_process_injection.zip
66.53 KB
21 Testing Process Injection Shellcode with ShellcodeRunnerInjected/001 Testing Process Injection Shellcode with ShellcodeRunnerInjected.en.srt
5.2 KB
21 Testing Process Injection Shellcode with ShellcodeRunnerInjected/001 Testing Process Injection Shellcode with ShellcodeRunnerInjected.mp4
55.4 MB
21 Testing Process Injection Shellcode with ShellcodeRunnerInjected/040 shellcode_runner_injected.zip
2.31 KB
22 DLL Injection/001 Introduction to DLL Injection.en.srt
5.56 KB
22 DLL Injection/001 Introduction to DLL Injection.mp4
24.06 MB
22 DLL Injection/002 Creating 64-bit MSPaint Shellcode with Metasploit.en.srt
4.8 KB
22 DLL Injection/002 Creating 64-bit MSPaint Shellcode with Metasploit.mp4
54.77 MB
22 DLL Injection/003 DLL Injection - Part 1 - Explanation of APIs, Building DLL and EXE files.en.srt
11.28 KB
22 DLL Injection/003 DLL Injection - Part 1 - Explanation of APIs, Building DLL and EXE files.mp4
109.41 MB
22 DLL Injection/004 DLL Injection - Part 2 - Running and Analyzing with Process Hacker.en.srt
5.26 KB
22 DLL Injection/004 DLL Injection - Part 2 - Running and Analyzing with Process Hacker.mp4
70.9 MB
22 DLL Injection/005 DLL Injector - version 2 - autodetecting DLL.en.srt
4.99 KB
22 DLL Injection/005 DLL Injector - version 2 - autodetecting DLL.mp4
42.82 MB
22 DLL Injection/041 DLL Injection Notes.txt
1.61 KB
22 DLL Injection/041 DLL Injection.pdf
716.51 KB
22 DLL Injection/042 shellcode_runner.zip
1.82 KB
22 DLL Injection/043 09-DLL_injection.zip
3.22 KB
22 DLL Injection/045 10-DLL_injection_ver2.zip
116.84 KB
22 DLL Injection/045 DLL Injection ver2 Notes.txt
114 B
23 Detecting and Reverse Engineering DLL Injection/001 Detect DLL Injection and Dump DLL Shellcode.en.srt
12.54 KB
23 Detecting and Reverse Engineering DLL Injection/001 Detect DLL Injection and Dump DLL Shellcode.mp4
159.07 MB
23 Detecting and Reverse Engineering DLL Injection/002 Testing DLL Shellcode Using ShellcodeRunner.en.srt
2.5 KB
23 Detecting and Reverse Engineering DLL Injection/002 Testing DLL Shellcode Using ShellcodeRunner.mp4
28.57 MB
23 Detecting and Reverse Engineering DLL Injection/046 Reversing DLL Injection Notes.txt
1.49 KB
23 Detecting and Reverse Engineering DLL Injection/046 reversing_DLL_injection.zip
111.3 KB
23 Detecting and Reverse Engineering DLL Injection/047 shellcode_runner.zip
1.83 KB
24 Creating a Stealth Trojan/001 Creating a Stealth Trojan.en.srt
4.21 KB
24 Creating a Stealth Trojan/001 Creating a Stealth Trojan.mp4
39.12 MB
24 Creating a Stealth Trojan/048 11-stealth-trojan.zip
115.78 KB
24 Creating a Stealth Trojan/048 stealth trojan notes.txt
111 B
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/001 Introduction to Lab Project.en.srt
1.17 KB
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/001 Introduction to Lab Project.mp4
4.97 MB
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/002 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability.en.srt
8.81 KB
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/002 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability.mp4
96.34 MB
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/049 Intro to Lab Project.pdf
406.07 KB
25 Lab Project _ Creating a Trojan with Encrypted Payload and Injection Capability/050 12-lab-project-v3.zip
3.45 KB
26 Reverse Engineering the Lab Project Trojan/001 Detecting Process Injection and Dumping Explorer Memory.en.srt
6.09 KB
26 Reverse Engineering the Lab Project Trojan/001 Detecting Process Injection and Dumping Explorer Memory.mp4
81.83 MB
26 Reverse Engineering the Lab Project Trojan/002 Testing the dumped shellcode using ShellcodeRunnerInjected.en.srt
4.19 KB
26 Reverse Engineering the Lab Project Trojan/002 Testing the dumped shellcode using ShellcodeRunnerInjected.mp4
50.11 MB
26 Reverse Engineering the Lab Project Trojan/051 Reversing Lab Project Notes.txt
1.07 KB
26 Reverse Engineering the Lab Project Trojan/051 reversing_lab_project.zip
49.06 KB
26 Reverse Engineering the Lab Project Trojan/052 shellcode_runner_injected.zip
2.35 KB
27 Anti Virus Evasion/001 Introduction to Anti Virus Evasion.en.srt
5.07 KB
27 Anti Virus Evasion/001 Introduction to Anti Virus Evasion.mp4
16.76 MB
27 Anti Virus Evasion/002 Installing Yara.en.srt
9.75 KB
27 Anti Virus Evasion/002 Installing Yara.mp4
103.75 MB
27 Anti Virus Evasion/003 Evading Anti Virus Using Function Obfuscation and Parameter String Encryption.en.srt
19.28 KB
27 Anti Virus Evasion/003 Evading Anti Virus Using Function Obfuscation and Parameter String Encryption.mp4
182.91 MB
27 Anti Virus Evasion/053 Intro to Anti-virus Evasion.pdf
480.19 KB
27 Anti Virus Evasion/054 installing yara notes.txt
200 B
27 Anti Virus Evasion/054 reversing_lab_project.zip
49.06 KB
27 Anti Virus Evasion/054 yara options.JPG
20.67 KB
27 Anti Virus Evasion/055 13-av-evasion.zip
50.58 KB
27 Anti Virus Evasion/055 av evasion notes.txt
368 B
28 Bonus Lecture/001 Bonus Lecture.en.srt
1.79 KB
28 Bonus Lecture/001 Bonus Lecture.mp4
10.6 MB
28 Bonus Lecture/056 useful-resources-for-further-study-2021.pdf
668.72 KB
Readme.txt
148 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。