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

how do i use this #2

Open
dsfsdsfss opened this issue Jul 19, 2017 · 1 comment
Open

how do i use this #2

dsfsdsfss opened this issue Jul 19, 2017 · 1 comment

Comments

@dsfsdsfss
Copy link

what the title says

@userlandkernel
Copy link

Add it to any application you want to execute arbitrary code it, note that in terms of injecting it into an existing process this only works when the process is first initialized.

When the app is loaded it seems to bypass Dyld's memory protections, then references the begin function from the shellcode file.

That will allow you to load code, it seems to abuse hardware breakpoints and crash to 0x4141414141414141
But for some reason after that it will jump to your code instead of handling the crash.

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

No branches or pull requests

2 participants