Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwfpl/rewolf-wow64ext
Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.
https://github.com/rwfpl/rewolf-wow64ext
assembly wow64 wow64-heaven-s-gate wow64-load-win64dll wow64ext x64
Last synced: 5 days ago
JSON representation
Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.
- Host: GitHub
- URL: https://github.com/rwfpl/rewolf-wow64ext
- Owner: rwfpl
- Created: 2015-03-13T22:20:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T20:00:42.000Z (about 2 years ago)
- Last Synced: 2025-02-03T05:12:44.837Z (6 days ago)
- Topics: assembly, wow64, wow64-heaven-s-gate, wow64-load-win64dll, wow64ext, x64
- Language: C++
- Homepage:
- Size: 351 KB
- Stars: 952
- Watchers: 68
- Forks: 304
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rewolf-wow64ext
WOW64Ext is a helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems. It enables x86 applications to read, write and enumerate memory of a native x64 applications. There is also possibility to call any x64 function from 64-bits version of NTDLL through a special function called X64Call(). As a bonus, wow64ext.h contains definitions of some structures that might be useful for programs that want to access PEB, TEB, TIB etc.