issues
search
ohchase
/
ptrace-do
Featureful library for interacting with unix processes through ptrace, supports x86_64, i686, arm, aarch64 remote function calls
https://crates.io/crates/ptrace-do
37
stars
9
forks
source link
Fix pushing arguments to stack
#5
Closed
5ec1cff
closed
1 year ago
5ec1cff
commented
1 year ago
Ensure function calling stack is aligned to 16-byte boundary (
reference
)
Fix wrong conversion from usize arr to u8 arr
ohchase
commented
1 year ago
Thank you very much for your contribution!