Skip to content

A remote 64bit application proc call helper for Wow64(win32 on win64) application.

Notifications You must be signed in to change notification settings

fengjixuchui/wow64helper

 
 

Repository files navigation

#wow64helper
Usage: wow64helper.exe Option PID OSModuleName ModuleProcName paramsTypes [parameters]...

Option:
0: CreateRemoteThread, 1: RtlCreateUserThread + RtlExitUserThread

paramsTypes:
u64 --> uint64_t or nullptr
s --> string
ws --> wstring
us --> UNICODE_STRING

examples: 0 13220 kernel.dll LoadLibraryW ws D:\dummy.dll
1 13220 ntdll.dll LdrLoadDll u64;u64;us;s 0 0 D:\dummy.dll 12345678

About

A remote 64bit application proc call helper for Wow64(win32 on win64) application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • Batchfile 4.8%