

Binary Wizards
582 posts

@BinaryWizards
Binary Wizards: security, reverse engineering, programming, AI and more.





We care deeply about your privacy and respect customer choice. For teams using zero data retention, no trace and code data is ever retained. All API key use of Grok Build also respects ZDR. If ZDR is disabled, the /privacy command is available in the CLI to disable data retention, which also deletes previously synced data. Run the /privacy command to view or change your settings at any time.

📣"Architecture 1901: From zero to QEMU - A Gentle introduction to emulators from the ground up!" released!📣 ost2.fyi/Arch1901 This class by Antonio Nappa @jeppojeps of Fuzz Society @fuzzsociety_org builds up your knowledge from learning a toy 8-bit CPU architecture all the way to understanding how QEMU can emulate that architecture. Using this knowledge you can then understand how QEMU can emulate any architecture!

















I know a video about how to use idasql and how to configure is due. Meanwhile, some basic stuff it can do: Let Copilot CLI (autopilot mode) + Opus 4.6 | GPT 5.3-codex-high + idasql go after Beep.sys driver, and recover it fully: - The models know about drivers RE - They can nicely follow and recursively deal with dispatch table - Recover the driver object extension type - Systematically go after the whole binary Of course, all of the above are basic scenarios that 'just work' due to how agent harnesses work when given the right tools. idasql is just one tool in your arsenal, it is not magic and with other tools and the right prompting, you can have a more pleasant experience with IDA.


72 slides done. Who’s ready?


Slides are out. Please grab them from here: #select--from-binary---vibe-reversing-across-ida-ghidra-and-binary-ninja--recon-2026-montreal" target="_blank" rel="nofollow noopener">github.com/allthingsida/a…

Lately, I’ve been using pseudoforge-kernel-corpus to put together Windows kernel training material for new members of my team in my spare time. The model can query a deterministic corpus of functions, EAs, refs, and artifacts, then answer with traceable evidence. The attached TI diagram shows one example of tracing where the Anti-Malware PPL requirement is enforced. Also putting together analysis material for the team with IDASQL, and strongly recommend giving IDASQL a try. Thanks for releasing such a great tool, @BinaryWizards ☺️














Sogen now has KVM support. That allows running games at near native speed on Linux, while being completely isolated from the host system. It's still a bit buggy, but making progress :D