Advertisement · 728 × 90

Posts by Sam Thomas

Linux/macOS: curl --proto '=https' --tlsv1.2 -sSfL https://sh.vulhunt.re | sh

Windows: irm https://ps.vulhunt.re | iex

Linux/macOS: curl --proto '=https' --tlsv1.2 -sSfL https://sh.vulhunt.re | sh Windows: irm https://ps.vulhunt.re | iex

Our aim is to build a community and ecosystem around VulHunt to provide a comprehensive toolkit and rule collection that aids researchers and practitioners performing any kind of binary analysis. Give it a try!

1 month ago 1 0 0 0
Video

VulHunt is the culmination of 4 years of R&D with a goal to scale vulnerability detection in binaries. While the foundation is built on tried and true static analysis techniques, we’ve embraced the AI era and expose VulHunt’s capabilities to agents and tools via MCP and skills.

1 month ago 3 0 1 0
Preview
VulHunt Vulnerability Detection Framework by Binarly's REsearch Team

We @binarly.bsky.social just open-sourced our VulHunt framework at RE//verse!

GitHub: github.com/vulhunt-re/v...
Documentation: vulhunt.re/docs
Slack: join.slack.com/t/vulhunt/sh...

vulhunt.re

1 month ago 13 6 1 0
Preview
GitHub - idalib-rs/idalib: Idiomatic Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.x’s idalib Idiomatic Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.x’s idalib - idalib-rs/idalib

I'm pleased to announce a new release of the Rust bindings for
@hex-rays.bsky.social IDA SDK! This release includes v9.3 compatibility.
Code: git.idalib.rs
Docs: docs.idalib.rs
Thank you to @yeggor.bsky.social who contributed to this release, and to @hex-rays.bsky.social for their support.

2 months ago 2 0 0 0
Post image

We conducted the first public third-party security assessment of EVerest, an open-source firmware stack for electric vehicle charging stations, deployed in hundreds of thousands of charging points worldwide.
The audit was mandated by @ostifofficial.bsky.social 🙏

blog.quarkslab.com/everest-secu...

3 months ago 2 2 0 0
GitHub - blacktop/ida-mcp-rs: Headless IDA MCP Server Headless IDA MCP Server. Contribute to blacktop/ida-mcp-rs development by creating an account on GitHub.

Created a single binary headless IDA MCP server in Rust using the awesome idalib by @binarly.bsky.social 🦀👩‍🔬

It adds tool discovery to not pollute your context (before @claudeai fixed it on their side 😏)

github.com/blacktop/ida...

3 months ago 3 2 0 0

Rust bindings for Apple's on-device LLM just dropped 🦀🍎

fm-rs lets you use Apple Intelligence from Rust - streaming, tool calling, structured output, all running locally

https://github.com/blacktop/fm-rs

3 months ago 2 1 0 0

🚨 Blog Post: ""Idioms: A Simple and Effective Framework for Turbo-Charging Local Neural Decompilation with Well-Define... edmcman.github.io/blog/2026-01-15--idioms-...

3 months ago 1 1 0 0
Advertisement
Post image

🔄In case you missed it...

IDA Domain API.
This new open-source Python API is designed to make scripting in IDA simpler, more consistent, and more natural.

Check out the key features, code examples, documentation and more:
ida-domain.docs.hex-rays.com

5 months ago 4 2 0 0

Talk Tomorrow: "Scalable Static Analysis and High-Performance Logic Programming" (github.com/kmicinski/mi...)

5 months ago 17 7 1 0
Video

📢 The Hex-Rays IDA Plugin Contest is open!

We've updated the submission process, added more prizes, and IDA Free users can now enter to win.

📅 Submissions close: January 15, 2026

Get the full update here: hex-rays.com/plugin-contest

Good luck!

5 months ago 3 2 0 0

🚨 EURECOM is recruiting a PhD student (and master-level interns) on verification and testing at the hardware-software boundary

🌄 Amazing location between sea & mountain
💡 3-year position
🌍 International environment (no French required!)

You're a curious and motivated student? Reach out!

6 months ago 5 4 0 0
Post image

I'm happy to share that LIEF 0.17.0 is out: lief.re/blog/2025-09...

7 months ago 14 5 0 0
Preview
GitHub - binarly-io/idalib: Idiomatic Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.x’s idalib Idiomatic Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.x’s idalib - binarly-io/idalib

I'm pleased to announce a new release of the Rust bindings for
@hex-rays.bsky.social IDA SDK! This release includes v9.2 compatibility, and a number of new features and fixes.
Code: git.idalib.rs
Thank you to our contributors: @withzombies.bsky.social Cole Leavitt Irate-Walrus @yeggor.bsky.social

7 months ago 1 1 0 0
Snakemake

This looks like a cool way to declaratively orchestrate data processing: snakemake.github.io

How haven't I heard of this before?

7 months ago 1 1 0 0
Advertisement
Post image Post image

At USENIX Security? Then check out:

Studying the Use of CVEs in Academia, won distinguished paper award www.usenix.org/conference/u...

Discovering and Exploiting Vulnerable Tunnelling Hosts, won most innovative research Pwnie @ DEFCON www.usenix.org/conference/u...

Big thanks to all co-authors!!

8 months ago 15 7 0 1
vx-underground Black Mass Volume III zine print edition, cover

vx-underground Black Mass Volume III zine print edition, cover

Article “EFI Byte Code Virtual Machine, A Monster Emerges” in vx-underground Black Mass Volume III zine print edition

Article “EFI Byte Code Virtual Machine, A Monster Emerges” in vx-underground Black Mass Volume III zine print edition

seeing my @vxundergroundre.bsky.social Black Mass article “EFI Byte Code Virtual Machine - A Monster Emerges” in the print copy of vol III at long last has me verklempt.
All the blood,sweat+tears that I poured into writing the first UEFI EBC virus were v worth it. 🖤

8 months ago 6 2 1 0
My GitHub contribution graph for the past year

My GitHub contribution graph for the past year

Today I’m celebrating one year of #Rust! 🦀

I started learning it last summer, and since then, I’ve pretty much stopped programming in any other language. Over the past year, I’ve gone from playing with the basics to building some (hopefully 😜) useful […]

[Original post on infosec.exchange]

9 months ago 3 3 0 0
idalib documentation

I'm pleased to announce a new version of the Rust bindings for IDA Pro! With:

- Improved strings, metadata, and core APIs.
- Support for the names API.

Thank you to @raptor.infosec.exchange.ap.brid.gy & Willi Ballenthin for contributing!

Docs: idalib.rs
Code: git.idalib.rs

9 months ago 9 7 0 0
Post image

Our research on open tunneling servers got nominated for the Most Innovative Research award :)

The work will be presented by Angelos Beitis at Black Hat and also at USENIX Security

Brief summary and code: github.com/vanhoefm/tun...
Paper: papers.mathyvanhoef.com/usenix2025-t...

9 months ago 7 6 0 0
Preview
GitHub - sandialabs/ctadl: CTADL is a static taint analysis tool CTADL is a static taint analysis tool. Contribute to sandialabs/ctadl development by creating an account on GitHub.

CTADL - a Datalog-based interprocedural static taint analysis engine for Java/Android bytecode (via JADX) and Pcode (via Ghidra)

Code: github.com/sandialabs/c...

Talk (via @krismicinski.bsky.social): youtu.be/3ec9VfMUVa8?...

9 months ago 11 2 1 0
Minnowbrook Logic Programming Seminar (Supercut w/ Extras)
Minnowbrook Logic Programming Seminar (Supercut w/ Extras) YouTube video by Kristopher Micinski

May 25-27, 2025, I hosted an event, the "Minnowbrook Logic Programming Seminar," in Blue Mountain Lake, NY. I recorded 11 talks on Datalog-related interests, totaling over 9+ hours of video, which I have just now published on YouTube youtu.be/3ec9VfMUVa8

9 months ago 18 5 2 1
Original post on infosec.exchange

Exploring fault injection on ESP32 V3!

Inspired by Delvaux work, we tested voltage #glitching as an attack vector. With advanced triggers & GDB, we achieved a ~1.5% success rate. #Hardware #FaultInjection is becoming more practical! […]

10 months ago 1 3 0 0

🚨 Blog Post: ""A Human Study of Automatically Generated Decompiler Annotations" Published at DSN 2025" edmcman.github.io/blog/2025-06-16--a-human...

10 months ago 3 1 0 0
placard saying protesting is our human right, with split image showing Westminister in the background

placard saying protesting is our human right, with split image showing Westminister in the background

ONLY 5 DAYS LEFT

🚨 The Crime and Policing Bill is in the House of Commons on Tuesday 17.06.

We have 5 days left to email MPs to act.

MPs right now have the power to protect our protest rights.

We can’t let them ignore us.

📝 Take action: www.amnesty.org.uk/actions/emai...

10 months ago 25 20 0 0
Advertisement
Preview
Another Crack in the Chain of Trust: Uncovering (Yet Another) Secure Boot Bypass Comments

Another Crack in the Chain of Trust: Uncovering (Yet Another) #SecureBoot Bypass

www.binarly.io/blog/another-crack-in-th...

10 months ago 2 3 0 0
Hydroph0bia (CVE-2025-4275) - a trivial SecureBoot bypass for UEFI-compatible firmware based on Insyde H2O, part 1

#Hydroph0bia (CVE-2025-4275) - a trivial #SecureBoot bypass for UEFI-compatible firmware based on Insyde #H2O, part 1

https://coderush.me/hydroph0bia-part1/

10 months ago 1 5 0 0
Preview
ELF Linking and Symbol Resolution A summary on how linkers resolve symbols on Unix-like platforms

New blog post: noratrieb.dev/blog/posts/e...

10 months ago 33 4 0 1

My greatest achievement so far in the #rust ecosystem: the “security” category in crates.io is gaining traction 😉

crates.io/search

10 months ago 2 2 0 0