#malwaredevelopment search results
Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

DLL Injection with Timer-based Shellcode Execution. A classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads. A post by Andrea Bocchetti. Source: github.com/andreisss/Remo… #redteam #maldev #malwaredevelopment
Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

This week is tough, since I completed all my placement coding rounds. Now its time to get back into nerdy works! #malware #malwaredevelopment #nerds #cybersecurity #hacking #pentesting #redteam #nerds #nerdy

#BlackHat #Hackers #malwaredevelopment #TrojanHorse #exploitdevelopment #c++ #development #strike #hacking #python #programming #code #defcon #bsides #nullcon #
Putting out an absolute banger of a 20 minute video on #Rust #malwaredevelopment tomorrow and this sums up a lot of my frustrations.

Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


VX-API - Collection Of Various Malicious Functionality To Aid In Malware Development #MalwareDevelopment #MalwareResearch #VXAPI dlvr.it/Stj3Hl

Malware Books 📚Rootkits: Subverting The Windows Kernel by Greg Hoglund & James Butler #malware #malwaredevelopment #hacking #infosec

Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

The convergence of older tools like Mantis with LLMs is transforming malware tactics, enabling advanced phishing and self-guided attacks. The threat landscape continues to evolve. 🚨🔍 #MalwareDevelopment #PhishingThreats #USA link: ift.tt/ZdkqlEo

Book for a cause... #MalwareDevelopment
Book: Malware Development - Malware dev tricks and techniques - AV evasion tricks - Persistence techniques The result of self-research and investigation of malware development tricks, evasion techniques and persistence cocomelonc.github.io/book/2022/07/1…
I have resumed writing and adding to my Malware Development series! This is Article 10: Private and Mapped memory in terms of Injection and how to perform local mapped memory injection. #malware #malwaredevelopment ry0dan.github.io/malware%20deve…
Module Release 🤗 EDR & Antivirus Evasion Part II The perfect post to explore comprehensive methods, techniques, and extensions for EDR and Antivirus Evasion in Windows OS. 25/01/2025 – 54min. read – 57 PDF Pages 0x12darkdev.net/modules #Malware #MalwareDevelopment #Pentest

packt.link/MalwareDevelop… Alhamdulillah, I'm pleased to announce that my book is available for pre-order on Amazon. #cybersecurity #malware #malwaredevelopment #hacking #threathunting #threatintel #programming #research #windowssecurity #ransomware #cybercrime #apt
Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

DLL Injection with Timer-based Shellcode Execution. A classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads. A post by Andrea Bocchetti. Source: github.com/andreisss/Remo… #redteam #maldev #malwaredevelopment
Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


github.com/G4sp4rCS/dll-i… Basic DLL Injection Proof of Concept #MalwareDevelopment
🤖 NEW COURSE! OFFENSIVE AI - ATTACK TOOLS & TECHNIQUES 🤖 #AI Driven - 🔎 Recon ✉️ #SocialEngineering 🎭 Deep Fake Dev 💻 Exploitation ☠️ #MalwareDevelopment Open for registration *special BETA pricing, this run only* - sans.org/sec535 #OffensiveAI #SEC535

Skipping Winsock - AFD.sys for-the-win! A series of posts by Mateusz Lewczak (@MateuszLewczak) on how to use afd.sys driver to implement custom network connectivity. Highly recommended! Source: leftarcode.com/posts/afd-reve… #redteam #maldev #malwaredevelopment

Block EDR dynamic libraries from loading. By using debugging API, exception handling and simple hooks, one can spawn a clean process (PoC blocks amsi.dll). A nice post by @dis0rder_0x00 Source: github.com/dis0rder0x00/o… #redteam #maldev #malwaredevelopment


Diving deep into Windows hypervisor. A great post by r0keb (@r0keb) on Hyper-V loader, partitions, startup and other details, combined with lots of rev-engineered C code. Worth reading! Source: r0keb.github.io/posts/Hyper-V-… #redteam #maldev #malwaredevelopment

Morphing shellcode during execution. Once a part of code is done executing, overwrite the block with new code to run. A proof of concept by Debjeet Banerjee (@whokilleddb) Src: github.com/whokilleddb/lo… #redteam #maldev #malwaredevelopment


Just published a article on my blog - Malware Development: 🧠 Process Injection - DLL, Shellcode 🔗 Read here: debug-diary.vercel.app/post/Process_I… Also added hand drawn images for better understanding #MalwareDevelopment #WindowsInternals #Cybersecurity


To be a top tier malware developer you need study viruses in nature. Microbiology teaches strategies far beyond implants and AV evasion. This will set you a part from a person that only develops implants and loaders. #MalwareDevelopment

This week is tough, since I completed all my placement coding rounds. Now its time to get back into nerdy works! #malware #malwaredevelopment #nerds #cybersecurity #hacking #pentesting #redteam #nerds #nerdy

Putting out an absolute banger of a 20 minute video on #Rust #malwaredevelopment tomorrow and this sums up a lot of my frustrations.

Interesting bug in CimFS driver. More importantly, it still lives in the kernel, as "admin to kernel is not a security boundary"... A post by Chen Le Qi (@cplearns2h4ck). Great work! #redteam #maldev #malwaredevelopment starlabs.sg/blog/2025/03-c…


The convergence of older tools like Mantis with LLMs is transforming malware tactics, enabling advanced phishing and self-guided attacks. The threat landscape continues to evolve. 🚨🔍 #MalwareDevelopment #PhishingThreats #USA link: ift.tt/ZdkqlEo

Module Release 🤗 EDR & Antivirus Evasion Part II The perfect post to explore comprehensive methods, techniques, and extensions for EDR and Antivirus Evasion in Windows OS. 25/01/2025 – 54min. read – 57 PDF Pages 0x12darkdev.net/modules #Malware #MalwareDevelopment #Pentest

VX-API - Collection Of Various Malicious Functionality To Aid In Malware Development #MalwareDevelopment #MalwareResearch #VXAPI dlvr.it/Stj3Hl

Overwriting files with Clipup as PPL. Clipup.exe launched as Protected Process Light can corrupt Windows Defender binary (during system startup). An interesting post by @TwoSevenOneT. Source: zerosalarium.com/2025/08/counte… #redteam #maldev #malwaredevelopment

Implementing a custom bootkit for Windows Sandbox exploration. An excellent post by Dylan Goods (@sdoogm) and Duncan Ogilvie (@mrexodia). Source: secret.club/2022/08/29/boo… #redteam #maldev #malwaredevelopment

US charges suspected LockBit ransomware developer - helpnetsecurity.com/2024/12/23/us-… - @TheJusticeDept #LockBit #Ransomware #MalwareDevelopment #USA #CyberSecurity #InfoSecurity #ITsecurity #CyberSecurityNews #SecurityNews

🤖 NEW COURSE! OFFENSIVE AI - ATTACK TOOLS & TECHNIQUES 🤖 #AI Driven - 🔎 Recon ✉️ #SocialEngineering 🎭 Deep Fake Dev 💻 Exploitation ☠️ #MalwareDevelopment Open for registration *special BETA pricing, this run only* - sans.org/sec535 #OffensiveAI #SEC535

VX - The Virus Underground: youtu.be/Oci1NqRIia0 #malware #malwaredevelopment #hacking #hackerhistory

Malware Books 📚Rootkits: Subverting The Windows Kernel by Greg Hoglund & James Butler #malware #malwaredevelopment #hacking #infosec

Malware Books 📚 : The Giant black book of computer viruses By Mark Ludwig #malware #malwaredevelopment #hacking

Malware Books 📚: The Art Of Computer Virus Research And Defence By Peter Szor #malware #malwaredevelopment #hacking

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 80.6K posts
- 2. Jake Moody 11K posts
- 3. Falcons 47.7K posts
- 4. Bills 135K posts
- 5. Snell 20.3K posts
- 6. Josh Allen 24.2K posts
- 7. Caleb 43.6K posts
- 8. Swift 285K posts
- 9. #BearDown 1,834 posts
- 10. #Dodgers 14K posts
- 11. Jayden Daniels 9,771 posts
- 12. Turang 3,858 posts
- 13. Bijan 30K posts
- 14. Ben Johnson 3,556 posts
- 15. phil 153K posts
- 16. Roki 5,698 posts
- 17. #NLCS 13K posts
- 18. #RaiseHail 8,052 posts
- 19. Brewers 45.5K posts
- 20. AFC East 8,971 posts