#malwaredevelopment search results
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

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


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

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…
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


#BlackHat #Hackers #malwaredevelopment #TrojanHorse #exploitdevelopment #c++ #development #strike #hacking #python #programming #code #defcon #bsides #nullcon #
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

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.

Basics to Advanced Process Injection. Covering 25 Techniques github.com/Offensive-Pand… #processinjection #malwaredevelopment #infosec #cybersecurity #offensivesecurity
github.com
GitHub - Offensive-Panda/ProcessInjectionTechniques: This comprehensive process injection series is...
This comprehensive process injection series is crafted for cybersecurity enthusiasts, researchers, and professionals who aim to stay at the forefront of the field. It serves as a central repository...
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
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

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…


Process Injection Series Step by step Walkthrough of each technique. github.com/Offensive-Pand… #ProcessInjectionTechniques #offensivesecurity #malwaredevelopment
Malware Books 📚 : The Giant black book of computer viruses By Mark Ludwig #malware #malwaredevelopment #hacking

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

A windows process eg, running Notepad, is not as simple as it seems. When working with #malwaredevelopment, processes are something that I encounter every hour. Here is an in-depth working of a windows process and its structure. #maldev #cybersecurity #computersecurity #cybersec
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

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


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

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


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

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.

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

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

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…


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

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

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

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

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

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


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 📚: The Art Of Computer Virus Research And Defence By Peter Szor #malware #malwaredevelopment #hacking

Something went wrong.
Something went wrong.
United States Trends
- 1. Texans 36.8K posts
- 2. World Series 106K posts
- 3. CJ Stroud 6,526 posts
- 4. Mariners 90.5K posts
- 5. Blue Jays 92.7K posts
- 6. Seahawks 34.5K posts
- 7. Seattle 51K posts
- 8. Springer 65.4K posts
- 9. Nick Caley 2,462 posts
- 10. Dan Wilson 4,196 posts
- 11. #WWERaw 58.9K posts
- 12. White House 299K posts
- 13. Nico Collins 2,100 posts
- 14. Kenneth Walker 2,481 posts
- 15. Baker 37.1K posts
- 16. Demeco 1,715 posts
- 17. Sam Darnold 4,165 posts
- 18. Bazardo 3,075 posts
- 19. LA Knight 7,737 posts
- 20. Munoz 10.2K posts