gogo2464

Results 69 issues of gogo2464

I compiled honggfuzz from source because not present in the debian packages. I did not read in the official honggfuzz that it requires binutils to work and I required to...

I can not import pwntools and then use my python program with pyinstaller. ## Update Pwntools First I even tried with pwntools from source. ## Debug Output ```sh $ virtualenv...

enhancement
backport-required
help-wanted
code style

Currently pwntools works only on linux. This PR is a start to work with windows. For the moment it has only been tested with the command recv(). ## Testing I...

Choose specific version for ubuntu in travis cicd in case an update to a new ubuntu break the changes.

# Pwntools Pull Request Currently pwntools works only on linux. This PR is a start to work with windows. For the moment it has only been tested with the command...

* What the feature does: Delete class Buffer and use a raw buffer in tubes instead. * Why the feature should exist I think the usage of this class reinvents...

feature

# Pwntools Pull Request Thanks for contributing to Pwntools! Take a moment to look at [`CONTRIBUTING.md`][contributing] to make sure you're familiar with Pwntools development. Please provide a high-level explanation of...

Draft pull request to temporaly show what I plan to do in this real PR: https://github.com/Gallopsled/pwntools/pull/1959 EDIT: Everything works except 2 points: -the write() method is not implemented yet. -the...

This is a draft PR to show it to a friend. Please ignore it for the moment. Closes https://github.com/Gallopsled/pwntools/issues/1930 # Pwntools Pull Request Thanks for contributing to Pwntools! Take a...

* What the feature does Integrates the pwintools debugger to pwntools See: https://github.com/masthoon/pwintools * Why the feature should exist As told in this issue : https://github.com/masthoon/pwintools/issues/4 pwintools should have been...

feature