mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
Fix w32 build
This commit is contained in:
parent
d4d6b1e1ff
commit
8572fcfa98
@ -13,7 +13,6 @@ int RunRemoteThread_(libbochs_t* b, const ut8 *lpBuffer, ut32 dwSize, int a4, ut
|
||||
int result = 0;
|
||||
DWORD NumberOfBytesWritten;
|
||||
|
||||
tmpResult = 0;
|
||||
pProcessMemory = VirtualAllocEx (b->processInfo.hProcess, 0, dwSize, 0x1000u, 0x40u);
|
||||
if (pProcessMemory) {
|
||||
if (WriteProcessMemory (b->processInfo.hProcess, pProcessMemory, lpBuffer, dwSize, &NumberOfBytesWritten)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user