#Vector35
I had some time to work on the RE Rust Tickler challenges from @HuntressLabs recent CTF.
Specifically, I wanted to focus on @vector35 Binary Ninja's TTD implementation
Over weekend I made some quick write-ups on how I approached these easier challenges.

github.com/Rurik/CTF/tr...
CTF/Huntress_2025 at master · Rurik/CTF
Various CTF code. Contribute to Rurik/CTF development by creating an account on GitHub.
github.com
November 3, 2025 at 4:59 PM
Binary Ninja 5.2 feature stream starts now! Join us to get a sneak peak of what's coming in the new stable: www.youtube.com/@vector35/live
Binary Ninja: 5.2 Feature Stream!
Let's check out all the new major headlining features coming soon in 5.2! Try Binary Ninja: https://binary.ninja/demo/ Check out Sidekick at https://sidekick...
www.youtube.com
October 3, 2025 at 8:00 PM
Special Binary Ninja stream today, have several surprises! www.youtube.com/@vector35/live
Still getting set up but should be going live shortly...
Binary Ninja Live Stream: Sep 19th, 2025
Introducing a new host! Tune in for the tip of the week, community highlights, and a good amount of scripting!Try Binary Ninja: https://binary.ninja/demo/Sla...
www.youtube.com
September 19, 2025 at 8:09 PM
If you ran into that, please email survey@vector35.com with anything you can remember about your responses and we'll make sure we get you added! Sorry for the inconvenience! We'll be doing the drawing Monday the 22nd.
September 18, 2025 at 2:31 PM
Exciting! Vector35's excellent @binary.ninja ships with built-in BinExport in the latest dev version!
Here's how to use it with #BinDiff: dev-docs.binary.ninja/guide/binexp...
BinExport / BinDiff - Binary Ninja User Documentation
Documentation for the Binary Ninja reverse engineering platform
dev-docs.binary.ninja
July 17, 2025 at 7:03 AM
Long time, no stream! Join Jordan and several other Binary Ninjas to see the next batch of features coming to stable release 5.1!

Going live in 1 hr today, June 24th at 5pm ET:

www.youtube.com/@vector35/live
Binary Ninja: 5.1 Feature Stream
Let's checkout the features coming in the forthcoming 5.1 Helion reelase!
www.youtube.com
June 24, 2025 at 8:00 PM
Join us for a special stream today at 10AM EST with Xusheng Li from Vector35 where we will explore Time Travel Debugging with Binary Ninja! www.twitch.tv/InvokeRevers...
InvokeReversing - Twitch
We stream reverse engineering, software development and other fun things related to malware analysis.
www.twitch.tv
June 17, 2025 at 12:56 PM
Binary Ninja 5.0 significantly enhances general decompilation and analysis with automatic stack array and structure detection, union type support, and Itanium RTTI for C++ reversing on non-Windows systems! Check it out here: binary.ninja/2025/04/23/5... github.com/Vector35/bin...
Stack Array Creation · Issue #2570 · Vector35/binaryninja-api
Binary Ninja Version 2.4.2846 Personal Describe the bug Binary Ninja does not recognize an array access, resulting in the creation of stack variables, throwing off decompilation. To Reproduce Steps...
github.com
May 7, 2025 at 12:30 AM
I have just listened to a "Behind the Binary" episode interview with Jordan Wiens (@psifertex.bsky.social), where Jordan goes a bit into the history of #Vector35 and @binary.ninja, and the overall philosophy about how the came to build such an amazing tool and continue to do so. 1/4
April 25, 2025 at 2:35 PM
We've open-sourced another core Binary Ninja feature: SCC. If you're not familiar with it, the Shellcode Compiler has been built-in to BN from the beginning, allowing you to build small PIE shellcode in a variety of architectures right from the UI: scc.binary.ninja (Source: github.com/Vector35/scc)
Shellcode Compiler Runtime
The Shellcode Compiler is a C compiler designed to output standalone code that will be injected into other running processes. It contains a small, lightweight runtime that is designed to generate…
scc.binary.ninja
April 9, 2025 at 6:44 PM
Kyle's talk at Insomni'Hack is live! youtu.be/I0PoE0IdtmE?...

Check it out if you're interested in a slice of modern program analysis and try the latest version of Tanto as well, in the plugin manager or at github.com/Vector35/tanto
"A Slice Of" Modern Program Analysis - Kyle Martin
youtu.be
April 7, 2025 at 2:44 PM
Less than 30 minutes until our 5.0 live stream! Join us to see all the latest features either on dev now or coming very soon:

www.youtube.com/@vector35/live

Kernel Shared Cache, Unions, Stack Array Creation, and so much more...
Binary Ninja: 5.0 Feature Stream
Come see the huge list of new 5.0 features coming in the Gallifrey release!
www.youtube.com
March 14, 2025 at 6:39 PM
Mini CTF at @insomnihack.bsky.social on March 13-14!
Your challenge: Find the correct password hidden inside a Windows 64-bit binary.

🏆 Prizes:
🥇 Binary Ninja license (thanks to Vector35!)
🥈 Flipper Zero

Come test your skills and take on the challenge at our booth!

#cybersecurity #ctf
March 6, 2025 at 12:22 PM
Last week I attended Vector35 @re-verse.io RE//verse conference and it was great! Excellent food, high signal to noise (RE/VR), and great people. I scored some amazing schwag including a SIM transposer and a @binaryninja.bsky.social hacky sack! w00t!
March 4, 2025 at 3:57 AM
thank you so much Vector35, @psifertex.bsky.social et al. for a great conference!

also thanks to Binarly, it's always great to hang out with the team!
March 3, 2025 at 8:03 PM
Really excited to have the team out at @re-verse.io Vector35's new conference in Orlando, learning about Windows Internals and Binja scripting.

Conference starts tomorrow and the talk schedule looks great. Definitely a future conference to keep an eye on.

#training #cybersecurity #binja
February 27, 2025 at 9:06 AM
I've been in Vector35's "Intermediate Reverse Engineering and Automation" online class this week and it's really good! Even if you have 10+ years in RE you'll learn something new to add to your workflow. 🖤

10/10 would recommend
November 20, 2024 at 3:17 PM
Got a bit carried away with the malware analysis and created a second version of the GorillaBot extractor: https://github.com/ZetaTwo/binja-experiments/tree/master/script_gorillabot_config_v2. This variant combines @vector35 Binary Ninja with @qiling_io for a more robust...
File not found · ZetaTwo/binja-experiments
Experiments, snippets and other things related to Binary ...
github.com
November 13, 2024 at 7:57 AM
I used @vector35 Binary Ninja to write a tool which automatically extracts the C2 configuration (servers, port, key) from GorillaBot samples: https://github.com/ZetaTwo/binja-experiments/tree/master/script_gorillabot_config. Could be useful for its functionality or as an example of...
File not found · ZetaTwo/binja-experiments
Experiments, snippets and other things related to Binary ...
github.com
November 13, 2024 at 7:57 AM
Congrats to @vector35 on the #BinaryNinja 4.0 release.
Love to see that the free version can now load and save ☺️
https://binary.ninja/2024/02/28/4.0-dorsai.html
Binary Ninja - 4.0: Dorsai
Binary Ninja is a modern reverse engineering platform with a scriptable and extensible decompiler.
binary.ninja
December 7, 2024 at 9:41 PM
December 7, 2024 at 9:33 PM
Congrats on another feature packed release 🎉 https://x.com/vector35/status/1586148728049745923
December 7, 2024 at 9:31 PM
If you're using #BinDiff with @vector35's Binary Ninja, I have uploded new BinExport binaries for compatibility with the latest 3.1 version: https://github.com/google/binexport/releases/tag/v12-20220607-binaryninja_3.1
Release BinExport 12 (Updated for Binary Ninja 3.1.3469) · google/binexport
Compatibility with Binary Ninja 3.1.3469 (current stable) and the current dev version.
github.com
December 7, 2024 at 9:29 PM
This looks great.
And a quick check confirms that BinExport still works -- including the M1 build that ships with #BinDiff 7 :) https://x.com/vector35/status/1486862011938004998
December 7, 2024 at 9:26 PM
I had the pleasure of attending a training (disclaimer: not this one :)) with @psifertex in the past. Highly recommended. https://x.com/vector35/status/1434890138623037446
December 7, 2024 at 9:23 PM