-
Notifications
You must be signed in to change notification settings - Fork 747
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
Getting ready for 1.4.6 #1368
Merged
Getting ready for 1.4.6 #1368
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
Fix ELF argv encoding
… but still be able to interact with stdin, similar to the pwntools interact() function
…d for development (the ipython thing)
…terface added a history tracker to get coverage information about the execution of the binary
remove tab and replace with 4 spaces
Fix __CreateFile implmentation to include access mask and creation disposition
Add interactive pipe to simulate pwntools `interactive` function
…you want to filter history from multiple shared objects
…multiple shared objects properly
… history functions to return capstone objects because they are nicer to look at than just integers (addresses)
Added qltui in setup.py
posix: add QlMsq to QlOsPosix syscalls: implement msgget, msgsnd, msgrcv
Mostly styling fixes. Fix handling of a few corner cases.
Styling fixes.
Overlooked indent error
feat(os): add posix message queue syscalls
Improved handling of export table for invalid export address and removed GandCrab workaround in GetProcAddress
…l.run(begin=0x1234)
Periodic maintenance PR
update return register accordingly for all arch
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.
Checklist
Which kind of PR do you create?
Coding convention?
Extra tests?
Changelog?
Target branch?
One last thing