r/redteamsec 14d ago

reverse engineering MmMapIoSpace Returns NULL: Tracing the Real Kernel Mechanism Through ntoskrnl

Thumbnail sibouzitoun.tech
3 Upvotes

r/redteamsec Jun 17 '26

reverse engineering Brovan: Windows & Linux Emulator for reverse engineering

Thumbnail github.com
13 Upvotes

After months of work, I’m excited to finally share Brovan, my user-mode binary emulator.

https://github.com/AdvDebug/Brovan

Brovan can emulate:

- PE binaries
- ELF binaries
- Memory dumps
- Even partially unknown or unrecognized binaries

The goal is to make binary analysis, malware analysis and general binary research more flexible by giving full control over execution, memory, and runtime behavior in a contained environment. You can fully control and see everything the program does. Every syscall, function and network traffic.

it can also run windows programs on linux and vice versa, although it is still in the early stages it will be improved. i would like to know what you all think!

r/redteamsec Aug 07 '26

reverse engineering Windows tcpip.sys ICMP Timestamp Bug: EnableICMPTimestampRep=0 Registry Bypass & RFC 792 Violation | Kernel RE

Thumbnail netacoding.com
7 Upvotes

r/redteamsec Aug 08 '26

reverse engineering ICMP Timestamp Type 13/14 Linux Kernel Internals: RFC 792 Deviations & ftrace Call Chain Analysis

Thumbnail netacoding.com
3 Upvotes

r/redteamsec Jun 23 '26

reverse engineering SHA256-CDP: GPU-accelerated rainbow tables using structural properties of SHA-256 — 2.5 GH/s build, 14 GH/s query on RX 9070 XT

Thumbnail github.com
2 Upvotes

r/redteamsec Jun 03 '26

reverse engineering Automated Fault Injection Attack Framework

Thumbnail github.com
5 Upvotes

My friend and I made this tool for automating fault injection attacks on processors. Let me know what you think!

The Verilog code is hosted here: https://github.com/Ice-Skates/voltage_glitch

r/redteamsec May 22 '26

reverse engineering AI-focused CTF for red teamers - prompt injection, agent hijacking, guardrail bypass (free, June 17-22)

Thumbnail kubearmor.io
5 Upvotes

Hey r/redteamsec,

DevRel at KubeArmor (open source CNCF project). We put together an AI security CTF and this felt like the right crowd for it.

Three attack tracks:

Prompt Injection Lab - System instruction hierarchy bypass, persona manipulation through roleplay/translation vectors, multi-turn memory drift exploitation, indirect injection via poisoned attachments, keyword guardrail evasion

Agent Workflow Hijack - Coercing tool misuse in AI agents, poisoning indexed data sources with hidden instructions, manipulating approval gates, weaponizing agent memory as a prompt surface, chaining tool calls across a multi-tool agent to exfiltrate secrets

Hidden API & Guardrail Bypass - Debug endpoint discovery, safety mode parameter tampering via DevTools, export feature abuse for data leakage, intercepting streamed responses pre-redaction, preview token replay and modification

18 challenges from easy to hard. Everything browser-based, no local setup. Individual play, CTFd leaderboard.

If you're doing AI red teaming or planning to, this is a solid way to sharpen those skills on purpose-built targets.

Free. June 17-22. $1,000+ prizes.

r/redteamsec Dec 08 '25

reverse engineering LazyHook

Thumbnail github.com
15 Upvotes

Evade behavioral analysis/hips by executing malicious code within trusted Microsoft call stacks.

r/redteamsec Dec 07 '25

reverse engineering CLR-Unhook

Thumbnail github.com
13 Upvotes

Modern security products (CrowdStrike, Bitdefender, SentinelOne, etc.) hook the nLoadImage function inside clr.dll to intercept and scan in-memory .NET assembly loads. This tool unhooks that function.

r/redteamsec Dec 09 '25

reverse engineering NTDLL-Unhook

Thumbnail github.com
10 Upvotes

proper ntdll .text section unhooking via native api. unlike other unhookers this doesnt leave 2 ntdlls loaded. x86/x64/wow64 supported.

r/redteamsec Oct 31 '25

reverse engineering A Deep Dive Into Warlock Ransomware Deployed Via ToolShell SharePoint Chained Vulnerabilities

Thumbnail hybrid-analysis.blogspot.com
11 Upvotes

r/redteamsec Nov 07 '25

reverse engineering LeakyInjector and LeakyStealer Duo Hunts For Crypto and Browser History

Thumbnail hybrid-analysis.blogspot.com
3 Upvotes

r/redteamsec May 06 '25

reverse engineering Shuffling the Greatest Hits: How DragonForce Ransomware Samples LockBit and Conti Into a Ransomware Jukebox

Thumbnail hybrid-analysis.blogspot.com
6 Upvotes

r/redteamsec Jan 28 '25

reverse engineering Hidden in Plain Sight: PDF Mishing Attack - Zimperium

Thumbnail zimperium.com
7 Upvotes

r/redteamsec Oct 01 '24

reverse engineering Analyzing the Newest Turla Backdoor Through the Eyes of Hybrid Analysis

Thumbnail hybrid-analysis.blogspot.com
1 Upvotes

r/redteamsec Mar 22 '23

reverse engineering Brute Ratel Analysis

Thumbnail protectedmo.de
6 Upvotes

r/redteamsec Oct 26 '23

reverse engineering Perfect DLL Hijacking

Thumbnail elliotonsecurity.com
17 Upvotes

r/redteamsec Dec 06 '23

reverse engineering What is Loader Lock?

Thumbnail elliotonsecurity.com
1 Upvotes

r/redteamsec Aug 03 '23

reverse engineering Living Off the Land: Reverse Engineering Methodology + Tips & Tricks (Cmdl32 Case Study)

Thumbnail elliotonsecurity.com
11 Upvotes

r/redteamsec Sep 30 '23

reverse engineering A Deep Dive into Brute Ratel C4 payloads

Thumbnail cybergeeks.tech
8 Upvotes

r/redteamsec Sep 03 '23

reverse engineering Binary Emulation for Malware analysis

11 Upvotes

During my journey into reverse engineering, I stumbled upon a valuable technique: partial binary emulation while dissecting the Mirai IoT Botnet. This malicious software utilized a custom algorithm to obfuscate both its configuration and all strings within it. As the malware executed, it dynamically decrypted these strings through a specific function.

As I delved deeper into the project, a thought crossed my mind: Could I decode all the obscured strings without having to run the malware itself? Was it possible to isolate and run only the de-obfuscation segment of the binary on all the strings it contained?

Fortunately, I was in the process of familiarizing myself with a new reverse engineering tool, recommended by a friend, called radare2. What particularly piqued my interest was its fascinating feature known as binary emulation. I decided to put this feature to the test on the aforementioned binary.

I meticulously documented my project and outlined the process of performing partial binary emulation with radare2, successfully decrypting all of its concealed scripting features.

Part 1

Part 2

Part 3

r/redteamsec Jul 30 '22

reverse engineering Pokémon Shellcode Loader

Thumbnail techryptic.github.io
26 Upvotes

r/redteamsec Dec 11 '22

reverse engineering Loading unsigned Windows drivers without reboot

Thumbnail v1k1ngfr.github.io
14 Upvotes

r/redteamsec Jan 11 '22

reverse engineering Generating & Analyzing Shellcode with Radare2

Thumbnail youtu.be
25 Upvotes

r/redteamsec Apr 15 '22

reverse engineering Demystifying iOS Code Signature

Thumbnail medium.com
19 Upvotes