Skip to content
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

Create ptrace.c #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create ptrace.c #26

wants to merge 1 commit into from

Conversation

l4wio
Copy link

@l4wio l4wio commented Mar 24, 2015

No description provided.

@zachriggle
Copy link
Member

This should be part of your other pull request. I'd recommend going through the steps at https://try.github.io to find out how to use Git to fork a repo, create a branch, submit a pull request, and modify the pull request in-progress.

@zachriggle
Copy link
Member

Please consolidate this with your other pull requests, and delete this branch.

@zachriggle
Copy link
Member

We've been informed that pwnable.kr does not want solutions for their challenges posted online. Please delete the commits from your branch with the following commands:

$ git clone https://github.com/manhluat93/pwntools-write-ups
$ cd pwntools-write-ups
$ git remote add upstream https://github.com/Gallopsled/pwntools-write-ups
$ git fetch --all
$ git checkout -t origin/patch-1
$ git reset --hard upstream/master
$ git push --force origin patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants