I'm launching a series of short posts about the tools I've built to automate
reverse-engineering workflows. I've used them to analyze protections such as
SafetyNet, DexProtector, iXGuard, and Arxan.
First up: MCStone, a clean & efficient assembler and disassembler built on LLVM's MC layer.
An interesting paper: Frontier Models’ Vulnerability Patches are Often
F.L.A.W.E.D.
https://1password.com/files/resources/frontier-models-vulnerability-patches-flawed.pdf
Epoch is live! ⚡ Time Travel Debugging built for the agentic era.
Record full-system execution from Kernel to userland, then let your AI agents investigate the trace: instructions, registers, memory, all replayable forward and backward.
Discover Epoch: https://www.eshard.com/blog/introducing-epoch-time-travel-debugging-built-for-the-agentic-era
Dynamic analysis has never been so powerful.
#reverseengineering #cybersecurity #ai #agenticreversing #agentic #agenticai #cybersec
Want to write kernel exploits or analyze malware? You need to understand Windows internals first. Syscalls, IRQL, pools, mitigations & more. Architecture 2821: Windows Kernel Internals 2 by Cedric Halbronn @saidelike https://ost2.fyi/Arch2821
Oh lovely. Our government is investing €500m into slop, and are joining the AI Gigafactory program.
Can the bubble burst already, please?
https://bynar.io/blog/linux-has-screensharing-rces-too
Welp time to update
Interesting Git repos of the week:
Bugs:
* https://github.com/MSNightmare/FalconFlank - everyone's favourite new source of 0day pops CrowdStrike Falcon
* https://github.com/MSNightmare/HardBreacher - everyone's favourite new source of 0day pops Kaspersky AV
Hard hacks:
* https://github.com/salmg/SIMtrace2-T1-Research - research into SIM cards
* https://github.com/i12bp8/TagTinker - messing with IR on the Flipper Zero
* https://github.com/nickdaria/wyze-bulb-color-pwned - and Nick opened the firmware and set "let there be light..."
* https://github.com/jprx/darwin-vm - the Apple never falls far from the tree
Hardening:
* https://github.com/a13xp0p0v/linux-kernel-defence-map - mapping the Linux kernel attack surface
* https://github.com/ryancdotorg/libclaymore - @ryanc defuses dd
Data:
* https://github.com/going-doer/Paper2Code - generate PoC code from papers 🤖
* https://github.com/adulau/ptrclassify - what's in a name asks @adulau