mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
Update libbochs.c
This commit is contained in:
parent
c74b476464
commit
36fc489d5f
@ -10,7 +10,7 @@ int sizeSend = 0;
|
||||
#define SIZE_BUF 0x5800 * 2
|
||||
|
||||
#if __WINDOWS__
|
||||
static int RunRemoteThread_(libbochs_t* b, const ut8 *lpBuffer, ut32 dwSize, int a4, ut32 *lpExitCode) {
|
||||
int RunRemoteThread_(libbochs_t* b, const ut8 *lpBuffer, ut32 dwSize, int a4, ut32 *lpExitCode) {
|
||||
LPVOID pProcessMemory;
|
||||
HANDLE hInjectThread;
|
||||
int result = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user