Gabriele Digregorio
Gabriele Digregorio
Working on this. There are issues with the number of SIGSTOP signals received by the process and the inconsistent 'ni' commands that need to be sent to the process.
Timeout
Implements a timeout to kill the child if it runs for more than a certain time.
Implement the capability to connect to a remote server and interact with its stdout and stdin. This mode should ignore any debug commands that may be present and focus exclusively...
Implement a method to interact with the child's pipe, similar to pwntools. The interactive mode should handle special keys such as backspace and arrow keys. Additionally, ensure that the interactive...
Add functionality to define a struct using C-like syntax. Then, enable to specify the struct's memory location and enable easy access to the struct's fields using Python dot notation. For...
Implement a d.next instruction as previously present in https://github.com/libdebug/libdebug/tree/legacy.
Modify the API to provide a straightforward method for iterating over and accessing active threads, eliminating the need to manually filter by is_dead.
This PR includes the following updates: - Significant improvements to the `pipe.interactive()` mode. No more unusual keybindings or strange scrollbars—just pure interactivity. - A new flag that allows users to...
Changelog soon