You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: additional information to ptrace command
This commit adds more information to the ptrace command to allow better integration with external features.
This commit is contained in:
@@ -283,6 +283,12 @@ fn handle_daemon_action(
|
||||
|
||||
let pid = unsafe { libc::getpid() };
|
||||
stream.write_u32(pid as u32)?;
|
||||
|
||||
stream.write_usize(context.modules.len())?;
|
||||
|
||||
for module in context.modules.iter() {
|
||||
stream.write_string(&module.name)?;
|
||||
}
|
||||
}
|
||||
DaemonSocketAction::ReadModules => {
|
||||
stream.write_usize(context.modules.len())?;
|
||||
|
||||
Reference in New Issue
Block a user