Senior C++ Reverse Engineer

Wand

New York (NY)

On-site

USD 150,000 - 250,000

Full time

14 days+

Get more replies from employers

Send a job-specific resume in minutes.

Benefits offered by this job

Fully remote work
Equity package

Job summary

Wand is hiring a Senior C++ Reverse Engineer to own the deepest layer of our native tech. You will work on the game engine SDKs for Unreal and Unity, ensuring compatibility across engine versions and enabling mods and tools that run inside running games.

You will dive into disassembly when needed, orchestrate hooking and cross-DLL systems, and influence architecture for performance and safety. This is a high-impact, senior IC role with collaboration to CTO and engineering leadership.

Qualifications

  • 7+ years of professional C++, with deep experience in software you didn't have source for.
  • Reading a binary is a core skill, fluent in disassembly and recognizing compiler patterns.
  • Deep Windows native experience: Win32/64, DLL lifecycles, hooking, IPC, and debugging tools.

Responsibilities

  • Own our game engine SDKs — Unreal and Unity, maintaining compatibility across versions.
  • Dive into framework-to-engine interfaces, extend capabilities, and diagnose breakages.
  • Own hooking and cross-DLL machinery, ensuring multipl mods run safely.
  • Make architectural decisions balancing accuracy, latency, safety, and maintainability.
  • Design SDK, scripting, and reflection surfaces used by other engineers.
  • Write docs, examples, and tools to enable self-service for mod developers.

Skills

C++ programming
Binary reverse engineering
Windows native development
Disassembly
Engine internals (Unreal/Unity)
Concurrency & multithreading
Technical documentation
Code reviews

Tools

IDA
Ghidra
Binary Ninja

Job description

Wand makes gaming magical. Through game customization and guidance, we build tools that helps players have more fun in their favorite games.

Our platform works across thousands of PC games, ensuring that great games are accessible to everyone, regardless of time constraints, skill level, or accessibility needs. We want to build the future of game assistance, and we're hoping you'll join us.

The Mission

The gaming industry is undergoing a massive transition. The market has never been bigger, but players are drowning in content and abandoning games at record rates. Wand is building the fix: a per-game companion OS that runs alongside whatever you're playing and gives you real agency over it. We read game state in real time and power a unified experience across desktop, web, and native in-game overlays, organized around the three things a player wants to have more control over the game in front of them — mods that turn a game into a sandbox, maps that tell you where to go, and a growing shelf of tools to get unstuck, plan, capture, and create. Over 40 million players have already found us, largely through word of mouth.

Delivering on that depends on a small group of engineers working at one of the trickier seams in software: the boundary between Windows, third-party game engines, and our own product. Everything Wand does for a player while their game is running happens because someone reverse-engineered that seam and wrote very careful native code to hold it together. As the surface area of what we ship grows — and as LLMs make mods and tools faster to build — the team that owns that seam needs to grow with it.

Role Overview

We're hiring a Senior C++ Reverse Engineer to own the deepest layer of Wand's native stack: the game engine SDKs that lets us understand and safely operate inside a running game. It's the foundation every mod and in-game tool is built on.

The centerpiece of that work is our integration with game engines through an SDK and scripting layer. You'd be working on that centerpiece and owning the infrastructure along with the hooking, scripting, and cross-DLL machinery layered on top.

This is a senior individual contributor role, and it sits at the deep-systems, engine-internals end of our native team. You'll partner closely with our native tech lead and CTO, make architecture level decisions, and move across the breadth of the native stack as the work demands. Most of all, you'll measure your success by what other teams were able to ship on top of the foundation you keep solid — the millions of players modding their games today never see this layer, and that's exactly the point.

What You'll Do
  • Own our game engine SDKs — Unreal and Unity specifically. You’ll be working on the interface between our mod engineers and the underlying game engine. This entails owning keeping that system working as engines change version to version, extending it to new capabilities, and being the person who diagnoses it when a game update or a new engine release breaks something underneath.
  • Go deep when the framework meets the metal. When the SDK needs to find something new in an engine, or a title behaves in a way nothing else explains, you're comfortable dropping down to the disassembly, working out what the engine is really doing, and turning that into something the framework can rely on. You maintain the machinery that lets mod engineers ship — you're not shipping the individual mods yourself.
  • Own the hooking and cross-DLL machinery. Vtable, pointer-slot, and inline hooks across the object lifecycle, and the system that lets multiple mods operate inside one game process without stepping on each other.
  • Make the architectural decisions that compound. Balance accuracy against latency, safety against performance, surface area against maintainability — and communicate the reasoning so the rest of the team can hold the line later.
Enable the rest of engineering
  • Design SDK, scripting, and reflection surfaces other people actually want to build against. Clean lifecycles, sane versioning, defensive boundaries that fail predictably. What you ship here is consumed by the engineers building mods and tools on top of it — a set that only widens as that work gets easier to build with LLMs.
  • Treat the teams building on the engine layer as your customers. We have internal mod engineers that are using the SDK and you’ll be interacting with them directly to address issues and improve the product. This is an internal team today but this will likely expand to a broader audience as we grow as a platform and you’ll be helping us manage that growth.
  • Write the docs, examples, and small tools that make the tool chain and SDK self-service. This is even more important given that LLMs might increasingly be the author of these mods and tools.
Raise the bar across the team
  • Provide substantive, thoughtful code reviews. Catch the race condition, the lifetime bug, and the brittle assumption that'll silently break the next time a game or engine updates — before it reaches a player.
  • Mentor the engineers around you through the parts of Windows and engine internals that aren't on Stack Overflow or answered by Claude. Teach the why, not just the fix.
  • Contribute to roadmap decisions with an eye on outcomes. What's worth refactoring, deprecating, or shipping fast and rewriting later? What end user outcomes does our reverse engineering work enable? Bring thoughtfulness and genuine passion for the work.
Who You Are
Core Requirements
  • 7+ years of professional C++, with a meaningful chunk spent working deep inside software you didn't have the source to — game engines, anti-cheat, drivers, or other systems where understanding someone else's binary was the job. You can talk about what you figured out, how, and what you built on top of it.
  • Reading a binary is a core skill, not an occasional adventure. You're genuinely fluent in disassembly, recognizing compiler-generated code, and finding structure in optimized builds without source or symbols.
  • Deep Windows native experience: Win32/64, DLL lifecycles, function hooking (vtable, pointer-slot, inline/detour), IPC, and process/thread management. You're at home in WinDbg, x64dbg or the Visual Studio debugger, and a disassembler (IDA / Ghidra / Binary Ninja) when something genuinely interesting goes wrong.
  • Confident with concurrent programming. Thread-safe code is the default.
  • Game engine internals experience — Unreal, Unity, or both preferred. You've worked inside or against a large engine's runtime (reflection and object systems, memory layouts, a scripting VM or bytecode, or the equivalent) and you understand how much of it shifts from version to version.
  • Outcome-oriented and low-ego. You measure success by what the team shipped on top of your work, not by what you personally wrote. You can say "I was wrong" and move on.
  • Strong written and verbal communication. You can explain a subtle hooking bug or a low-level finding to someone who's never written native code, and you write design docs people actually finish.
Bonus Points
  • A non-traditional path into this work — security research, vulnerability analysis, CTFs, or time spent taking things apart for the fun of it.
  • You've built tooling that reconstructs a program's types or structure from the outside — an SDK generator, a runtime reflection system, or similar.
  • You've embedded a scripting engine (Lua/LuaJIT, AngelScript, a custom VM) and exposed a constrained, safe surface of native systems to other authors.
  • Code generation or compiler tooling — emitting compilable code from metadata, or writing a compiler / protoc plugin.
  • Comfortable working full stack — TypeScript in an Electron desktop app all the way down into C++ and back is an expectation on a number of projects.
  • IPC and wire-protocol design: FlatBuffers, Protocol Buffers, gRPC, named-pipe framing, streaming.
  • Rust, and FFI / interop between it and C++.
  • CMake and vcpkg fluency on a non-trivial multi-project build; GitHub Actions CI.
  • Unicode / encoding-correct native code — you don't assume ASCII (non-ASCII Windows user profiles are a first-class case, not an afterthought).
What we offer
  • Competitive compensation and equity package.
  • Fully remote work arrangement.
  • The chance to do unusually deep native work for an audience of 40M+ players who will actually feel the difference.
  • A team of people who genuinely love games, move incredibly fast, and care deeply about what they build.

Wand is an equal opportunity employer committed to building a diverse and inclusive team. We welcome applications from all qualified candidates regardless of background.

Compensation Range: $150K - $250K

Get your free, confidential resume review.
or drag and drop your file here.
Similar jobs

Similar jobs worth comparing

Software Engineer, SDK & Engine Integrations
Software Engineer, SDK & Engine Integrations

Origin Lab • Los Angeles (CA)

On-site
USD 120,000 - 190,000
Equity
Full benefits
Senior C++ Reverse Engineer - Remote Game Engine SDKs
Senior C++ Reverse Engineer - Remote Game Engine SDKs

Wand • New York (NY)

On-site
USD 150,000 - 250,000
Fully remote work
Equity package
Software Engineer - Game Integrations
Software Engineer - Game Integrations

General Intuition & Medal • New York (NY)

On-site
USD 120,000 - 160,000
Game Modification Engineer, C++
Game Modification Engineer, C++

Wand • New York (NY)

On-site
USD 90,000 - 130,000
Senior Advanced Software Engineer - Rendering
Senior Advanced Software Engineer - Rendering

Light and Wonder International, Inc. • Nevada (IA)

Hybrid
USD 150,000 - 172,000
Hybrid work in Chicago or Las Vegas
Company-sponsored benefits (healthcare
401(k) + tuition assistance
Software Engineer - Game Integrations
Software Engineer - Game Integrations

Game Devs of Color Expo • New York (NY)

On-site
USD 120,000 - 180,000
Senior Advanced Software Engineer - Rendering
Senior Advanced Software Engineer - Rendering

Light and Wonder International, Inc. • Chicago (IL)

Hybrid
USD 150,000 - 172,000
Healthcare
Dental
Vision
+3
Senior Advanced Software Engineer - Rendering
Senior Advanced Software Engineer - Rendering

Light & Wonder • Las Vegas (NV)

Hybrid
USD 150,000 - 172,000
Healthcare
Dental
Vision
+3
Engineering Manager - Workers Runtime, Edge Team
Engineering Manager - Workers Runtime, Edge Team

United States Digital Space LLC • United States

Hybrid
USD 180,000 - 250,000
Staff Software Engineer Austin, Texas, United States
Staff Software Engineer Austin, Texas, United States

2K Games, Inc. • Austin (TX)

On-site
USD 130,000 - 175,000