-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pin pyelftools to 0.2.4 #1196
Closed
Closed
pin pyelftools to 0.2.4 #1196
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1093) Pwntools does not work on Python3, so that it installs successfully is misleading. More information on 'python_requires' can be found here: https://packaging.python.org/tutorials/distributing-packages/#python-requires Specifically, it requires pip 9.0 or better -- but this is the 'official' way to do this. Fixes Gallopsled#1092
The project is pretty much unmaintained, and it is much more sane to assume that the packager has pandoc installed.
* improved hexdump output & groupsize feature * doctest fix * Parameters rearranged * Update fiddling.py
In order to support this, we detect the interpreter used via PT_INTERP Currently, Linux is the default and Android is detected based on the path
* Implemented the dump() feature in the DynELF. * Simplified the return value and made read-only pages optional
…p usages and fetched new UAs (Gallopsled#1107)
* Fix tests relying on broken autocontrib version (Gallopsled#1121) * Removed tuple parameters unpacking due to PEP-3113 As a step towards python3 compatibility, removed tuple parameters in :mod:`pwnlib.term.term`. They are now replaced with * unpacking. See https://www.python.org/dev/peps/pep-3113/
* Replace division with floor division as of PEP-238 This will also get us closer to python3. See https://www.python.org/dev/peps/pep-0238/ * Add from __future__ import division to source files
) This will also get us closer to python3. See https://www.python.org/dev/peps/pep-3110/
This will also get us closer to python3. See https://www.python.org/dev/peps/pep-3114/
* Improve pwnup template * Don't want to break at main again if its been hit already * Always start the program * Handle extra newline printed by gdb * Remove moved recvline * Remove controversial set sysroot * Update gdb.py * Update pwnup.mako
This reverts commit 8e704e7.
* corefile: also expose page_offset This is useful to load the code from the original files. * Undo constructor field reordering * Fix ordering in Mapping instantiation * Commas are important * corefile: also put page_offset as last parameter
The encoder was never actually enabled, since we didn't set the architecture appropriately.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1189