rewolf-wow64ext icon indicating copy to clipboard operation
rewolf-wow64ext copied to clipboard

Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.

Results 15 rewolf-wow64ext issues
Sort by recently updated
recently updated
newest added

As @injertao noticed [here](https://github.com/rwfpl/rewolf-wow64ext/pull/21#issuecomment-1176092665), my previous change broke support for pseudo handles.

CreateRemoteThread64 + CloseHandle64 solved issue #11

Hey, I wanted to add wow64ext to my other project. Now after including I get xstring errors on assign, and ntdll error on malloc. Also I didn't call any function,...

how to use this macro?can you give a sample? `X86_Start MACRO LOCAL xx, rt call $+5 xx equ $ mov dword ptr [rsp + 4], 23h add dword ptr [rsp],...

For instance, the arguments to NtCreateFile include a pointer to struct OBJECT_ATTRIBUTE and a pointer to struct IO_STATUS_BLOCK, when I prepare these structs before x64call without modifying esp, NtCreateFile will...

Hello, thanks for your project. This is really great. I'm trying to use the library on Windows 10 64-bit. Under Visual Studio's debugger or WinDbg, the program runs fine. When...