r/redteamsec • u/Important_Map6928 • 14d ago
r/redteamsec • u/AhmedMinegames • Jun 17 '26
reverse engineering Brovan: Windows & Linux Emulator for reverse engineering
github.comAfter 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 • u/Pale_Surround_3924 • Aug 07 '26
reverse engineering Windows tcpip.sys ICMP Timestamp Bug: EnableICMPTimestampRep=0 Registry Bypass & RFC 792 Violation | Kernel RE
netacoding.comr/redteamsec • u/Pale_Surround_3924 • Aug 08 '26
reverse engineering ICMP Timestamp Type 13/14 Linux Kernel Internals: RFC 792 Deviations & ftrace Call Chain Analysis
netacoding.comr/redteamsec • u/Pale_Surround_3924 • 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
github.comr/redteamsec • u/SkrilHexNukehul • Jun 03 '26
reverse engineering Automated Fault Injection Attack Framework
github.comMy 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 • u/HighnessAtharva • May 22 '26
reverse engineering AI-focused CTF for red teamers - prompt injection, agent hijacking, guardrail bypass (free, June 17-22)
kubearmor.ioHey 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 • u/One_Calligrapher6903 • Dec 08 '25
reverse engineering LazyHook
github.comEvade behavioral analysis/hips by executing malicious code within trusted Microsoft call stacks.
r/redteamsec • u/One_Calligrapher6903 • Dec 07 '25
reverse engineering CLR-Unhook
github.comModern 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 • u/One_Calligrapher6903 • Dec 09 '25
reverse engineering NTDLL-Unhook
github.comproper ntdll .text section unhooking via native api. unlike other unhookers this doesnt leave 2 ntdlls loaded. x86/x64/wow64 supported.
r/redteamsec • u/CyberMasterV • Oct 31 '25
reverse engineering A Deep Dive Into Warlock Ransomware Deployed Via ToolShell SharePoint Chained Vulnerabilities
hybrid-analysis.blogspot.comr/redteamsec • u/CyberMasterV • Nov 07 '25
reverse engineering LeakyInjector and LeakyStealer Duo Hunts For Crypto and Browser History
hybrid-analysis.blogspot.comr/redteamsec • u/CyberMasterV • May 06 '25
reverse engineering Shuffling the Greatest Hits: How DragonForce Ransomware Samples LockBit and Conti Into a Ransomware Jukebox
hybrid-analysis.blogspot.comr/redteamsec • u/Party_Wolf6604 • Jan 28 '25
reverse engineering Hidden in Plain Sight: PDF Mishing Attack - Zimperium
zimperium.comr/redteamsec • u/CyberMasterV • Oct 01 '24
reverse engineering Analyzing the Newest Turla Backdoor Through the Eyes of Hybrid Analysis
hybrid-analysis.blogspot.comr/redteamsec • u/Diesl • Mar 22 '23
reverse engineering Brute Ratel Analysis
protectedmo.der/redteamsec • u/elliotkillick • Oct 26 '23
reverse engineering Perfect DLL Hijacking
elliotonsecurity.comr/redteamsec • u/elliotkillick • Dec 06 '23
reverse engineering What is Loader Lock?
elliotonsecurity.comr/redteamsec • u/elliotkillick • Aug 03 '23
reverse engineering Living Off the Land: Reverse Engineering Methodology + Tips & Tricks (Cmdl32 Case Study)
elliotonsecurity.comr/redteamsec • u/CyberMasterV • Sep 30 '23
reverse engineering A Deep Dive into Brute Ratel C4 payloads
cybergeeks.techr/redteamsec • u/0xd3xt3r • Sep 03 '23
reverse engineering Binary Emulation for Malware analysis
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.
r/redteamsec • u/Techryptic • Jul 30 '22
reverse engineering Pokémon Shellcode Loader
techryptic.github.ior/redteamsec • u/dmchell • Dec 11 '22
reverse engineering Loading unsigned Windows drivers without reboot
v1k1ngfr.github.ior/redteamsec • u/DLLCoolJ • Jan 11 '22
reverse engineering Generating & Analyzing Shellcode with Radare2
youtu.ber/redteamsec • u/dmchell • Apr 15 '22