wow64helper.exe Option PID OSModuleName ModuleProcName paramsTypes [parameters]...
- 0: CreateRemoteThread,
 - 1: RtlCreateUserThread + RtlExitUserThread
 
- uptr --> uintptr_t or nullptr
 - s -->     string, could be placeholder for 
PHANDLEsuch as0000for 32bit,00000000for 64bit - ws --> wstring
 - us --> UNICODE_STRING
 
- option=0: 0 13220 kernel.dll LoadLibraryW ws D:\dummy.dll
 - option=1
- x64: 1 13220 ntdll.dll LdrLoadDll uptr;uptr;us;s 0 0 D:\dummy.dll 00000000
 - x86: 1 13220 ntdll.dll LdrLoadDll uptr;uptr;us;s 0 0 D:\dummy.dll 0000