You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#882 The ROP class now respects context.bytes instead of using the hard-coded value of 4 (fixed #879)
#869 Added several fields to the process class (uid, gid, suid, sgid) which are recorded at execution time, based on the file permissions
#868 Changed the way that ssh.process() works internally, and it now returns a more specialized class, ssh_process.
Added ssh_process.corefile for fetching remote corefiles
Added ssh_process.ELF for getting an ELF of the remote executable
The uid, gid, and suid, and sgid which are recorded at execution time, based on the file permissions
#865 Fixes ELF.read to support contiguous memory reads across non-contiguous file-backed segments
#862 Adds a symlink= argument to ssh.set_working_directory, which will automatically symlink all of the files in the "old" working directory into the "new" working directory