Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Vezel.Ruptura.Injection to using Vezel.Ruptura.System APIs #30

Open
3 of 6 tasks
alexrp opened this issue Jul 14, 2022 · 1 comment
Open
3 of 6 tasks

Switch Vezel.Ruptura.Injection to using Vezel.Ruptura.System APIs #30

alexrp opened this issue Jul 14, 2022 · 1 comment
Labels
area: injection Issues related to the assembly injection APIs. state: blocked Issues that are blocked on some other issue/work. type: housekeeping Issues that are classified as cleanup or refactoring work.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Jul 14, 2022

Most of the stuff used in Vezel.Ruptura.Injection can be switched to these APIs now. It's a good way to dogfood those APIs.

The following APIs aren't covered:

  • CreateProcessW
  • CreateRemoteThreadEx
  • GetProcAddress
  • IsWow64Process2
  • K32GetModuleBaseNameW
  • OpenProcess (with caller-provided rights)
@alexrp alexrp added state: approved Feature requests and housekeeping tasks that have been approved. type: housekeeping Issues that are classified as cleanup or refactoring work. area: injection Issues related to the assembly injection APIs. labels Jul 14, 2022
@alexrp alexrp added this to the v1.0 milestone Jul 14, 2022
@alexrp alexrp self-assigned this Jul 14, 2022
alexrp added a commit that referenced this issue Jul 15, 2022
alexrp added a commit that referenced this issue Jul 15, 2022
Remove use of Win32 OpenProcess() in Vezel.Ruptura.Injection.

Part of #30.
alexrp added a commit that referenced this issue Jul 15, 2022
alexrp added a commit that referenced this issue Jul 15, 2022
Remove usage of K32GetModuleBaseNameW in TargetProcess.

Part of #30.
@alexrp alexrp modified the milestones: v1.0, v2.0 Jul 16, 2022
@alexrp alexrp modified the milestones: v2.0, v3.0 Jul 23, 2022
@alexrp alexrp removed their assignment Jan 27, 2024
@alexrp alexrp modified the milestones: v4.0, Future Apr 30, 2024
@alexrp
Copy link
Sponsor Member Author

alexrp commented Apr 30, 2024

This is partially blocked on #15 now.

@alexrp alexrp added state: blocked Issues that are blocked on some other issue/work. and removed state: approved Feature requests and housekeeping tasks that have been approved. labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: injection Issues related to the assembly injection APIs. state: blocked Issues that are blocked on some other issue/work. type: housekeeping Issues that are classified as cleanup or refactoring work.
Development

No branches or pull requests

1 participant