pwintools icon indicating copy to clipboard operation
pwintools copied to clipboard

Basic pwntools for Windows

Results 3 pwintools issues
Sort by recently updated
recently updated
newest added

This is a really neat project! I used to have some basic support for *targeting* Windows binaries (rather than running against them). It would be really neat to get your...

Pipe() could be replaced by os.pipe and Minilogger could be repalced by print or another built in function. This code is useless.

Serial interface implementation * Originally imported from pwntools, * Added extra functions not present in original pwntools (recvline, sendline). Not sure why aren't they there