Gabriele Digregorio

Results 32 issues of 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.

enhancement

Implements a timeout to kill the child if it runs for more than a certain time.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Implement an API for easy access to TLS.

enhancement

Implement a d.next instruction as previously present in https://github.com/libdebug/libdebug/tree/legacy.

enhancement

Modify the API to provide a straightforward method for iterating over and accessing active threads, eliminating the need to manually filter by is_dead.

enhancement

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