Skip to content

Commit

Permalink
fix remote exec from x32 to x64 process
Browse files Browse the repository at this point in the history
  • Loading branch information
siilky authored and DarthTon committed Jun 20, 2021
1 parent ec8ab3d commit 539ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlackBone/Process/RPC/RemoteExec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NTSTATUS RemoteExec::ExecInNewThread(
break;

case blackbone::AutoSwitch:
switchMode = _process.barrier().type == wow_64_32;
switchMode = _process.barrier().type == wow_32_64;
break;
}

Expand Down

0 comments on commit 539ea3a

Please sign in to comment.