Deployment of x32 and x64 hooks
Open
kind:feature
- Dominant language
- F#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I want the core program to be AnyCPU, and I want it to be able to deploy both x32 and x64 hook modules to target processes. So, we'll need to:
- [ ] update our build system to build both x32 and x64 injectable DLLs; store them in separate files
- [ ] determine process bitness and inject the proper binary
- [ ] make sure we have no problems talking with those processes; write some tests to check both x32 and x64 processes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.