Skip to content

Add AArch64 injection support and refactor injection module#102

Open
reiase wants to merge 2 commits intomasterfrom
feature/aarch64_inject
Open

Add AArch64 injection support and refactor injection module#102
reiase wants to merge 2 commits intomasterfrom
feature/aarch64_inject

Conversation

@reiase
Copy link
Owner

@reiase reiase commented Oct 25, 2025

  • Introduced AArch64-specific injection implementation in injection_aarch64.rs.
  • Added a new InjectionTrait for common injection functionality across platforms.
  • Updated Cargo.toml to include a library section for probing_cli.
  • Refactored the Injector to handle platform-specific injection logic.
  • Created tests for AArch64 injection and shellcode verification.
  • Added documentation for AArch64 injection in README_AARCH64.md.

- Introduced AArch64-specific injection implementation in `injection_aarch64.rs`.
- Added a new `InjectionTrait` for common injection functionality across platforms.
- Updated `Cargo.toml` to include a library section for `probing_cli`.
- Refactored the `Injector` to handle platform-specific injection logic.
- Created tests for AArch64 injection and shellcode verification.
- Added documentation for AArch64 injection in `README_AARCH64.md`.
- Rearranged import statements in `injection_aarch64.rs`, `injection.rs`, and `injection_trait.rs` for clarity.
- Enhanced formatting of function signatures and logging statements for better readability.
- Removed unnecessary whitespace in multiple files to maintain code cleanliness.
- Updated test cases in `test_aarch64.rs` to streamline code structure and improve clarity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant