Skip to content

Conversation

@dmur1
Copy link
Contributor

@dmur1 dmur1 commented Aug 15, 2023

  • previously the 4th calloc would always return (unsigned long)stack_var + 0x10 when we print (unsigned long)stack_var as the target
  • only 2 unsigned long are allocated to stack_var so we return a pointer to the region of the stack after this so its maybe more correct to make stack_var twice as large

- previously the 4th calloc would always return (unsigned long)stack_var + 0x10 when we print (unsigned long)stack_var as the target
- only 2 unsigned long are allocated to stack_var so we return a pointer to the region of the stack after this so its maybe more correct to make stack_var twice as large
@dmur1
Copy link
Contributor Author

dmur1 commented Aug 15, 2023

image

@Kyle-Kyle Kyle-Kyle merged commit f3c9d7a into shellphish:master Aug 16, 2023
@Kyle-Kyle
Copy link
Contributor

thanks for the contribution!

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